Default to the new flow

This commit is contained in:
ismailgulek
2020-09-11 16:12:12 +03:00
parent 45811f956e
commit 5bf9345c7f
3 changed files with 4 additions and 91 deletions
+1 -1
View File
@@ -370,7 +370,7 @@
- (void)roomsDirectoryCoordinatorBridgePresenterDelegateDidTapCreateNewRoom:(RoomsDirectoryCoordinatorBridgePresenter *)coordinatorBridgePresenter
{
[coordinatorBridgePresenter dismissWithAnimated:YES completion:^{
[self createAnEmptyRoom];
[self createNewRoom];
}];
self.roomsDirectoryCoordinatorBridgePresenter = nil;
}