diff --git a/iOS/MasterFeed/MasterFeedViewController.swift b/iOS/MasterFeed/MasterFeedViewController.swift index 2ccae807e..825db7bda 100644 --- a/iOS/MasterFeed/MasterFeedViewController.swift +++ b/iOS/MasterFeed/MasterFeedViewController.swift @@ -591,7 +591,7 @@ class MasterFeedViewController: UITableViewController, UndoableCommandRunner { !coordinator.isExpanded(accountNode) { coordinator.expand(accountNode) - applyChanges(animated: false) { + applyChanges(animated: true) { discloseFeedInAccount() }