Skip to content

Commit

Permalink
Reload expanded node so that the disclosure arrow is correct.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincode-io committed Nov 14, 2019
1 parent 15e62a0 commit f5cd5d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iOS/MasterFeed/MasterFeedViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f5cd5d7

Please sign in to comment.