diff --git a/iOS/MasterFeed/MasterFeedViewController.swift b/iOS/MasterFeed/MasterFeedViewController.swift index 309268973..23d257960 100644 --- a/iOS/MasterFeed/MasterFeedViewController.swift +++ b/iOS/MasterFeed/MasterFeedViewController.swift @@ -121,7 +121,7 @@ class MasterFeedViewController: UITableViewController, UndoableCommandRunner { } guard let unreadCountNode = node, let indexPath = coordinator.indexPathFor(unreadCountNode) else { return } - UIView.animate(withDuration: 0.1) { + UIView.animate(withDuration: 0.3) { self.tableView.reloadRows(at: [indexPath], with: .none) } restoreSelectionIfNecessary(adjustScroll: false)