Present threads with custom sized presentable

This commit is contained in:
ismailgulek
2021-11-11 15:17:01 +03:00
parent d3d2e262e6
commit 33f92bca13
2 changed files with 18 additions and 3 deletions
+2 -3
View File
@@ -6344,9 +6344,8 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
threadId:threadId
displayConfiguration:configuration
previewData:nil];
RoomCoordinatorBridgePresenter *presenter = [[RoomCoordinatorBridgePresenter alloc] initWithParameters:parameters];
self.threadBridgePresenter = presenter;
[presenter presentFrom:self animated:YES];
self.threadBridgePresenter = [[RoomCoordinatorBridgePresenter alloc] initWithParameters:parameters];
[self.threadBridgePresenter presentFrom:self animated:YES];
}
#pragma mark - RoomContextualMenuViewControllerDelegate