Adds keyboard shortcut for "Find in Article" (iOS)

This commit is contained in:
Brian Sanders
2020-05-13 06:13:31 -04:00
parent 2631f4f3f0
commit 96671df667
2 changed files with 4 additions and 1 deletions

View File

@@ -343,7 +343,7 @@ extension ArticleViewController {
])
}
@objc func beginFind(_ notification: Notification) {
@objc func beginFind(_ _: Any? = nil) {
searchBar.isHidden = false
navigationController?.setToolbarHidden(true, animated: true)
currentWebViewController?.additionalSafeAreaInsets.bottom = searchBar.frame.height