Set account to dirty after importing feeds.
This commit is contained in:
parent
7f6f6f9061
commit
dccb215c76
|
@ -49,6 +49,7 @@ struct FeedsImporter {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
account.dirty = true
|
||||||
}
|
}
|
||||||
|
|
||||||
private static func feeds(with feedDictionaries: [DiskFeedDictionary], accountID: String) -> Set<Feed> {
|
private static func feeds(with feedDictionaries: [DiskFeedDictionary], accountID: String) -> Set<Feed> {
|
||||||
|
|
Loading…
Reference in New Issue