Add additional text to beta view

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