From 411413d783e00799ef3f0f7affb2e550cfc50a24 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Tue, 10 Sep 2019 16:18:40 -0500 Subject: [PATCH] Remove unnecessary selection that was causing the search function to crash --- iOS/MasterTimeline/MasterTimelineViewController.swift | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) {