mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-20 13:38:24 +01:00
Fix losing selection on reload.
This commit is contained in:
parent
b619b5f905
commit
526cbb566e
@ -263,7 +263,9 @@ class MasterTimelineViewController: UITableViewController, UndoableCommandRunner
|
||||
}
|
||||
|
||||
@objc func articlesDidChange(_ note: Notification) {
|
||||
tableView.reloadData()
|
||||
performBlockAndRestoreSelection {
|
||||
tableView.reloadData()
|
||||
}
|
||||
}
|
||||
|
||||
@objc func articleSelectionDidChange(_ note: Notification) {
|
||||
|
Loading…
Reference in New Issue
Block a user