mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Move threads enabling logic to the coordinator
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user