Fix losing selection on reload.
This commit is contained in:
parent
b619b5f905
commit
526cbb566e
@ -263,8 +263,10 @@ class MasterTimelineViewController: UITableViewController, UndoableCommandRunner
|
|||||||
}
|
}
|
||||||
|
|
||||||
@objc func articlesDidChange(_ note: Notification) {
|
@objc func articlesDidChange(_ note: Notification) {
|
||||||
|
performBlockAndRestoreSelection {
|
||||||
tableView.reloadData()
|
tableView.reloadData()
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@objc func articleSelectionDidChange(_ note: Notification) {
|
@objc func articleSelectionDidChange(_ note: Notification) {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user