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

@@ -190,7 +190,7 @@ class MasterTimelineViewController: UITableViewController, UndoableCommandRunner
}
func updateUI() {
refreshProgressView?.updateRefreshLabel()
refreshProgressView?.update()
updateTitleUnreadCount()
updateToolbar()
}