diff --git a/Tusker/Shortcuts/UserActivityManager.swift b/Tusker/Shortcuts/UserActivityManager.swift index 842b0446..5c854326 100644 --- a/Tusker/Shortcuts/UserActivityManager.swift +++ b/Tusker/Shortcuts/UserActivityManager.swift @@ -257,6 +257,7 @@ class UserActivityManager { if let navigationController = mainViewController.getTabController(tab: .explore) as? UINavigationController, let exploreController = navigationController.viewControllers.first as? ExploreViewController { navigationController.popToRootViewController(animated: false) + exploreController.loadViewIfNeeded() exploreController.searchController.isActive = true exploreController.searchController.searchBar.becomeFirstResponder() }