mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-29 02:09:30 +01:00
Remove unnecessary selection that was causing the search function to crash
This commit is contained in:
parent
0f66e2b5e3
commit
411413d783
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user