diff --git a/Riot/Modules/Settings/SettingsViewController.m b/Riot/Modules/Settings/SettingsViewController.m index 5c902c44b..0e8fc02aa 100644 --- a/Riot/Modules/Settings/SettingsViewController.m +++ b/Riot/Modules/Settings/SettingsViewController.m @@ -3230,6 +3230,7 @@ TableViewSectionsDelegate> { RiotSettings.shared.enableThreads = sender.isOn; [[MXKRoomDataSourceManager sharedManagerForMatrixSession:self.mainSession] reset]; + [[AppDelegate theDelegate] restoreEmptyDetailsViewController]; } - (void)togglePinRoomsWithMissedNotif:(UISwitch *)sender