Reload expanded node so that the disclosure arrow is correct.

This commit is contained in:
Maurice Parker 2019-11-14 15:39:11 -06:00
parent 15e62a0750
commit f5cd5d7067
1 changed files with 1 additions and 0 deletions

View File

@ -528,6 +528,7 @@ class MasterFeedViewController: UITableViewController, UndoableCommandRunner {
}
coordinator.expand(parent)
reloadNode(parent)
self.applyChanges(animate: true, adjustScroll: true) { [weak self] in
if let indexPath = self?.dataSource.indexPath(for: node) {