Refresh all after importing OPML. Fix #59.
This commit is contained in:
parent
bef77bc4a1
commit
a488683550
|
@ -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>) {
|
||||
|
|
Loading…
Reference in New Issue