Reset detail screen after lab setting change, fixes #5273

This commit is contained in:
ismailgulek
2022-01-18 02:14:23 +03:00
parent 6b2805b161
commit 2fde94f38c
@@ -3230,6 +3230,7 @@ TableViewSectionsDelegate>
{
RiotSettings.shared.enableThreads = sender.isOn;
[[MXKRoomDataSourceManager sharedManagerForMatrixSession:self.mainSession] reset];
[[AppDelegate theDelegate] restoreEmptyDetailsViewController];
}
- (void)togglePinRoomsWithMissedNotif:(UISwitch *)sender