Removed usaged of UIApplication.present

This commit is contained in:
Maurice Parker
2019-06-27 14:21:07 -05:00
parent 95d4395416
commit 5f045706e4
9 changed files with 28 additions and 29 deletions

View File

@@ -367,7 +367,7 @@ class MasterTimelineViewController: ProgressTableViewController, UndoableCommand
private extension MasterTimelineViewController {
@objc private func refreshAccounts(_ sender: Any) {
AccountManager.shared.refreshAll(errorHandler: ErrorHandler.present)
AccountManager.shared.refreshAll(errorHandler: ErrorHandler.present(self))
refreshControl?.endRefreshing()
}