mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove unnecessary selection that was causing the search function to crash
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user