Merge branch 'charlesmchen/alwaysReloadTableWhenChangingGrouping'

pull/1/head
Matthew Chen 8 years ago
commit aa5730dc11

@ -843,6 +843,7 @@ typedef NS_ENUM(NSInteger, CellState) { kArchiveState, kInboxState };
[self updateShouldObserveDBModifications]; [self updateShouldObserveDBModifications];
[[self tableView] reloadData];
[self checkIfEmptyView]; [self checkIfEmptyView];
[self updateReminderViews]; [self updateReminderViews];
} }

Loading…
Cancel
Save