Move threads enabling logic to the coordinator

This commit is contained in:
ismailgulek
2022-04-05 11:35:57 +03:00
parent 0f5f59b3ad
commit 29adae0f0d
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];