From ceb243b30b23a1fcd669760d20e5f05b20b7c793 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Wed, 19 Jul 2017 09:30:36 -0400 Subject: [PATCH] Always reload home view table when changing grouping. // FREEBIE --- Signal/src/ViewControllers/SignalsViewController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Signal/src/ViewControllers/SignalsViewController.m b/Signal/src/ViewControllers/SignalsViewController.m index 72c87b476..bed389f25 100644 --- a/Signal/src/ViewControllers/SignalsViewController.m +++ b/Signal/src/ViewControllers/SignalsViewController.m @@ -843,6 +843,7 @@ typedef NS_ENUM(NSInteger, CellState) { kArchiveState, kInboxState }; [self updateShouldObserveDBModifications]; + [[self tableView] reloadData]; [self checkIfEmptyView]; [self updateReminderViews]; }