Always reload home view table when changing grouping.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent d244731cef
commit ceb243b30b

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

Loading…
Cancel
Save