Commit d11507e8a04dfc65304dc14402d8c2ad66dfea46
1 parent
05c1fb22
no message
Showing
1 changed file
with
2 additions
and
1 deletions
CNLiveBLoginModule/Classes/Controller/CNLiveLoginController.m
| ... | ... | @@ -42,7 +42,8 @@ |
| 42 | 42 | - (void)viewWillAppear:(BOOL)animated{ |
| 43 | 43 | [super viewWillAppear:animated]; |
| 44 | 44 | self.navigationController.navigationBarHidden = YES; |
| 45 | - | |
| 45 | + [QMUITips hideAllToastInView:[UIApplication sharedApplication].keyWindow animated:YES]; | |
| 46 | + [QMUITips hideAllToastInView:self.view animated:YES]; | |
| 46 | 47 | } |
| 47 | 48 | |
| 48 | 49 | - (void)viewDidLoad { | ... | ... |