Get information text as a parameter in threads beta view

This commit is contained in:
ismailgulek
2022-04-19 13:10:17 +03:00
parent 1c359eef6c
commit b6f9b178bc
4 changed files with 14 additions and 7 deletions
+2 -1
View File
@@ -6850,7 +6850,8 @@ static CGSize kThreadListBarButtonItemImageSize;
self.threadsBetaBridgePresenter = nil;
}
self.threadsBetaBridgePresenter = [[ThreadsBetaCoordinatorBridgePresenter alloc] initWithThreadId:event.eventId];
self.threadsBetaBridgePresenter = [[ThreadsBetaCoordinatorBridgePresenter alloc] initWithThreadId:event.eventId
infoText:VectorL10n.threadsBetaInformation];
self.threadsBetaBridgePresenter.delegate = self;
[self.threadsBetaBridgePresenter presentFrom:self.presentedViewController?:self animated:YES];