Delete unnecessary node reload
This commit is contained in:
parent
4e83b37c0b
commit
7ec360a81e
|
@ -508,7 +508,6 @@ class MasterFeedViewController: UITableViewController, UndoableCommandRunner {
|
||||||
}
|
}
|
||||||
|
|
||||||
coordinator.expand(parent)
|
coordinator.expand(parent)
|
||||||
reloadNode(parent)
|
|
||||||
|
|
||||||
self.applyChanges(animate: true, adjustScroll: true) { [weak self] in
|
self.applyChanges(animate: true, adjustScroll: true) { [weak self] in
|
||||||
if let indexPath = self?.dataSource.indexPath(for: node) {
|
if let indexPath = self?.dataSource.indexPath(for: node) {
|
||||||
|
|
Loading…
Reference in New Issue