Clean up ahead of PR.

pull/1/head
Matthew Chen 7 years ago
parent 0c9d9ba679
commit e45d63e862

@ -2788,6 +2788,9 @@ typedef NS_ENUM(NSInteger, MessagesRangeSizeMode) {
DDLogVerbose(@"%@ %s", self.logTag, __PRETTY_FUNCTION__); DDLogVerbose(@"%@ %s", self.logTag, __PRETTY_FUNCTION__);
// External database modifications can't be converted into incremental updates,
// so rebuild everything. This is expensive and usually isn't necessary, but
// there's no alternative.
[self resetMappings]; [self resetMappings];
} }

@ -929,6 +929,9 @@ typedef NS_ENUM(NSInteger, CellState) { kArchiveState, kInboxState };
DDLogVerbose(@"%@ %s", self.logTag, __PRETTY_FUNCTION__); DDLogVerbose(@"%@ %s", self.logTag, __PRETTY_FUNCTION__);
// External database modifications can't be converted into incremental updates,
// so rebuild everything. This is expensive and usually isn't necessary, but
// there's no alternative.
[self resetMappings]; [self resetMappings];
} }

Loading…
Cancel
Save