Remove unnecessary selection that was causing the search function to crash

This commit is contained in:
Maurice Parker 2019-09-10 16:18:40 -05:00
parent 0f66e2b5e3
commit 411413d783

View File

@ -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) {