diff --git a/iOS/Timeline/MasterTimelineViewController.swift b/iOS/Timeline/MasterTimelineViewController.swift index 5599004aa..80ee25887 100644 --- a/iOS/Timeline/MasterTimelineViewController.swift +++ b/iOS/Timeline/MasterTimelineViewController.swift @@ -263,7 +263,9 @@ class MasterTimelineViewController: UITableViewController, UndoableCommandRunner } @objc func articlesDidChange(_ note: Notification) { - tableView.reloadData() + performBlockAndRestoreSelection { + tableView.reloadData() + } } @objc func articleSelectionDidChange(_ note: Notification) {