mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-02 20:16:54 +01:00
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…
x
Reference in New Issue
Block a user