Prevent flicker when selected feed's unread count changes.
This commit is contained in:
parent
f0ccaf5832
commit
ccd0385220
|
@ -104,7 +104,7 @@ class MasterFeedViewController: UITableViewController, UndoableCommandRunner {
|
|||
}
|
||||
|
||||
performBlockAndRestoreSelection {
|
||||
tableView.reloadRows(at: [indexPath], with: .automatic)
|
||||
tableView.reloadRows(at: [indexPath], with: .none)
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue