Remove animate block since it wasn't helping any
This commit is contained in:
parent
f4961bdc42
commit
d09cdb9663
|
@ -121,9 +121,7 @@ class MasterFeedViewController: UITableViewController, UndoableCommandRunner {
|
||||||
}
|
}
|
||||||
|
|
||||||
guard let unreadCountNode = node, let indexPath = coordinator.indexPathFor(unreadCountNode) else { return }
|
guard let unreadCountNode = node, let indexPath = coordinator.indexPathFor(unreadCountNode) else { return }
|
||||||
UIView.animate(withDuration: 0.3) {
|
|
||||||
self.tableView.reloadRows(at: [indexPath], with: .none)
|
self.tableView.reloadRows(at: [indexPath], with: .none)
|
||||||
}
|
|
||||||
restoreSelectionIfNecessary(adjustScroll: false)
|
restoreSelectionIfNecessary(adjustScroll: false)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue