adds "Open In App Browser" shortcut

This commit is contained in:
Rizwan Mohamed Ibrahim
2020-05-15 12:39:33 +05:30
parent f7f7f4dddb
commit c9ebb6bd75
7 changed files with 37 additions and 24 deletions

View File

@@ -82,8 +82,12 @@ class RootSplitViewController: UISplitViewController {
coordinator.showBrowserForCurrentArticle()
}
@objc func openInSafari(_ sender: Any?) {
coordinator.showSafariForCurrentArticle()
@objc func openInAppBrowser(_ sender: Any?) {
coordinator.showInAppBrowserForCurrentArticle()
}
@objc func openFeedInAppBrowser(_ sender: Any?) {
coordinator.showInAppBrowserForCurrentFeed()
}
@objc func articleSearch(_ sender: Any?) {