Prevent flicker when selected feed's unread count changes.

This commit is contained in:
Maurice Parker 2019-07-30 13:08:58 -05:00
parent f0ccaf5832
commit ccd0385220
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ class MasterFeedViewController: UITableViewController, UndoableCommandRunner {
}
performBlockAndRestoreSelection {
tableView.reloadRows(at: [indexPath], with: .automatic)
tableView.reloadRows(at: [indexPath], with: .none)
}
}