diff --git a/iOS/MasterTimeline/MasterTimelineViewController.swift b/iOS/MasterTimeline/MasterTimelineViewController.swift index 82195883d..4cd785ce6 100644 --- a/iOS/MasterTimeline/MasterTimelineViewController.swift +++ b/iOS/MasterTimeline/MasterTimelineViewController.swift @@ -157,9 +157,7 @@ class MasterTimelineViewController: UITableViewController, UndoableCommandRunner } func reloadArticles(animate: Bool) { - applyChanges(animate: animate) { [weak self] in - self?.updateArticleSelection(animate: animate) - } + applyChanges(animate: animate) } func updateArticleSelection(animate: Bool) {