diff --git a/Tusker/Shortcuts/UserActivityManager.swift b/Tusker/Shortcuts/UserActivityManager.swift index 842b0446d4..5c8543262c 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() }