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