mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Adds completion in reloadFeeds when window = nil
This commit is contained in:
@@ -564,7 +564,10 @@ class MasterFeedViewController: UITableViewController, UndoableCommandRunner, Ma
|
||||
return
|
||||
}
|
||||
|
||||
if tableView.window == nil { return }
|
||||
if tableView.window == nil {
|
||||
completion?()
|
||||
return
|
||||
}
|
||||
|
||||
tableView.performBatchUpdates {
|
||||
if let deletes = changes.deletes, !deletes.isEmpty {
|
||||
|
||||
Reference in New Issue
Block a user