diff options
-rw-r--r-- | MobileCydia.mm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 9bcfd68..dd2a6ff 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -8568,9 +8568,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { CYNavigationController *navController = (CYNavigationController *) [tabbar_ selectedViewController]; [navController setViewControllers:[NSArray arrayWithObject:page]]; - for (CYNavigationController *page in [tabbar_ viewControllers]) - if (page != navController) - [page setViewControllers:nil]; } - (void) tabBarController:(UITabBarController *)tabBarController didSelectViewController:(UIViewController *)viewController { |