Move threads enabling logic to the coordinator

This commit is contained in:
ismailgulek
2022-04-05 11:35:57 +03:00
parent a699639f9d
commit 1eadd774e2
2 changed files with 2 additions and 2 deletions
-2
View File
@@ -7440,8 +7440,6 @@ static CGSize kThreadListBarButtonItemImageSize;
MXWeakify(self);
[self.threadsBetaBridgePresenter dismissWithAnimated:YES completion:^{
MXStrongifyAndReturnIfNil(self);
RiotSettings.shared.enableThreads = YES;
MXSDKOptions.sharedInstance.enableThreads = YES;
[self cancelEventSelection];
[self.roomDataSource reload];
[self openThreadWithId:coordinatorBridgePresenter.threadId];