Exchange share and reader button positions.

This commit is contained in:
Maurice Parker
2019-11-06 08:08:08 -06:00
parent fe923c836c
commit fc577d3266
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ class ArticleViewController: UIViewController {
NotificationCenter.default.addObserver(self, selector: #selector(willEnterForeground(_:)), name: UIApplication.willEnterForegroundNotification, object: nil)
articleExtractorButton.addTarget(self, action: #selector(toggleArticleExtractor(_:)), for: .touchUpInside)
toolbarItems?.append(UIBarButtonItem(customView: articleExtractorButton))
toolbarItems?.insert(UIBarButtonItem(customView: articleExtractorButton), at: 6)
ArticleViewControllerWebViewProvider.shared.dequeueWebView() { webView in