Improve launch performance and fix Search home page quick action

This commit is contained in:
Maurice Parker
2019-09-06 10:29:00 -05:00
parent 546917a866
commit 9f6203e839
3 changed files with 16 additions and 7 deletions

View File

@@ -169,6 +169,7 @@ class MasterTimelineViewController: UITableViewController, UndoableCommandRunner
func showSearchAll() {
navigationItem.searchController?.isActive = true
navigationItem.searchController?.searchBar.selectedScopeButtonIndex = 1
navigationItem.searchController?.searchBar.becomeFirstResponder()
}
func focus() {