Queue saving to disk, in Account, even during refresh.

This commit is contained in:
Brent Simmons 2019-02-07 21:29:05 -08:00
parent 6fba06425c
commit 6f41b2a728
1 changed files with 1 additions and 3 deletions

View File

@ -88,9 +88,7 @@ public final class Account: DisplayNameProvider, UnreadCountProvider, Container,
}
public var dirty = false {
didSet {
if dirty && !refreshInProgress {
queueSaveToDiskIfNeeded()
}
queueSaveToDiskIfNeeded()
}
}