mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
[AltStore] Refresh all apps from My Apps tab
This commit is contained in:
@@ -159,7 +159,9 @@ private extension AuthenticationOperation
|
||||
|
||||
if self.navigationController.viewControllers.isEmpty
|
||||
{
|
||||
self.navigationController.setViewControllers([viewController], animated: false)
|
||||
guard presentingViewController.presentedViewController == nil else { return false }
|
||||
|
||||
self.navigationController.setViewControllers([viewController], animated: false)
|
||||
presentingViewController.present(self.navigationController, animated: true, completion: nil)
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user