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) { func reloadArticles(animate: Bool) {
applyChanges(animate: animate) { [weak self] in applyChanges(animate: animate)
self?.updateArticleSelection(animate: animate)
}
} }
func updateArticleSelection(animate: Bool) { func updateArticleSelection(animate: Bool) {