修改每日任务跳转房间出错
This commit is contained in:
@@ -25,6 +25,12 @@
|
||||
[self getData];
|
||||
self.page = 1;
|
||||
}
|
||||
-(void)viewWillDisappear:(BOOL)animated{
|
||||
[super viewWillDisappear:animated];
|
||||
if ([self.navigationController isKindOfClass:[QXRoomNavigationController class]]) {
|
||||
[self.navigationController setNavigationBarHidden:YES animated:NO];
|
||||
}
|
||||
}
|
||||
-(void)didReceiveMemoryWarning{
|
||||
[super didReceiveMemoryWarning];
|
||||
[[SDImageCache sharedImageCache] clearMemory];
|
||||
|
||||
Reference in New Issue
Block a user