refactor open in app browser with global shortcuts

This commit is contained in:
Rizwan Mohamed Ibrahim
2020-05-29 20:39:04 +05:30
parent d671029828
commit f2cd09aae3
4 changed files with 11 additions and 17 deletions

View File

@@ -83,11 +83,7 @@ class RootSplitViewController: UISplitViewController {
}
@objc func openInAppBrowser(_ sender: Any?) {
coordinator.showInAppBrowserForCurrentFeed()
}
@objc func openArticleInAppBrowser(_ sender: Any?) {
coordinator.showInAppBrowserForCurrentArticle()
coordinator.showInAppBrowser()
}
@objc func articleSearch(_ sender: Any?) {