Fix crash when disclosing feed with collapsed folder. Issue #1562
This commit is contained in:
parent
094b497ca1
commit
5058899ec1
@ -591,7 +591,7 @@ class MasterFeedViewController: UITableViewController, UndoableCommandRunner {
|
||||
!coordinator.isExpanded(accountNode) {
|
||||
|
||||
coordinator.expand(accountNode)
|
||||
applyChanges(animated: false) {
|
||||
applyChanges(animated: true) {
|
||||
discloseFeedInAccount()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user