MasterTabBarController: Clean code.

This commit is contained in:
SBiOSoftWhare
2021-10-05 16:41:37 +02:00
parent 8caf7b922d
commit 372eb463bd
4 changed files with 4 additions and 16 deletions
@@ -17,8 +17,6 @@
#import "MasterTabBarController.h"
#import "UnifiedSearchViewController.h"
#import "RecentsDataSource.h"
#import "GroupsDataSource.h"
@@ -232,12 +230,6 @@
[[AppDelegate theDelegate] checkAppVersion];
}
if (self.unifiedSearchViewController)
{
[self.unifiedSearchViewController destroy];
self.unifiedSearchViewController = nil;
}
}
- (void)viewDidDisappear:(BOOL)animated