mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Refresh all after importing OPML. Fix #59.
This commit is contained in:
@@ -303,6 +303,10 @@ public final class Account: DisplayNameProvider, UnreadCountProvider, Container,
|
||||
}
|
||||
importOPMLItems(children, parentFolder: nil)
|
||||
dirty = true
|
||||
|
||||
DispatchQueue.main.async {
|
||||
self.refreshAll()
|
||||
}
|
||||
}
|
||||
|
||||
public func updateUnreadCounts(for feeds: Set<Feed>) {
|
||||
|
||||
Reference in New Issue
Block a user