Add account name to network error messages and prevent background iOS errors from displaying alerts

This commit is contained in:
Maurice Parker
2019-05-26 11:54:32 -05:00
parent b327d82004
commit c61949bc04
17 changed files with 185 additions and 61 deletions

View File

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