Update the progress bar when it comes into view so that it is always current

This commit is contained in:
Maurice Parker
2020-05-10 10:00:04 -05:00
parent 6c6f401e3e
commit fda9be2e41
3 changed files with 29 additions and 27 deletions

View File

@@ -496,7 +496,7 @@ class MasterFeedViewController: UITableViewController, UndoableCommandRunner {
} else {
setFilterButtonToInactive()
}
refreshProgressView?.updateRefreshLabel()
refreshProgressView?.update()
addNewItemButton?.isEnabled = !AccountManager.shared.activeAccounts.isEmpty
}