mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
MESSENGER_2910 buildfixes VII build successful
This commit is contained in:
@@ -1139,9 +1139,7 @@
|
||||
{
|
||||
titleView.titleLabel.text = [self getTitleForItemViewController:viewController];
|
||||
}
|
||||
|
||||
#pragma mark - Hardened -
|
||||
|
||||
/*
|
||||
#pragma mark - Mandatory SSSS
|
||||
|
||||
- (void)presentSecureBackupSetupForMatrixSession:(MXSession*)session
|
||||
@@ -1172,6 +1170,7 @@
|
||||
[self.secureBackupSetupCoordinatorBridgePresenter dismissWithAnimated:YES completion:nil];
|
||||
self.secureBackupSetupCoordinatorBridgePresenter = nil;
|
||||
}
|
||||
*/
|
||||
|
||||
#pragma mark - bwi sync management
|
||||
|
||||
@@ -1210,7 +1209,7 @@
|
||||
UIAlertController *alert = [UIAlertController alertControllerWithTitle:nil
|
||||
message:NSLocalizedStringFromTable(@"MATOMO_USER_INFO", @"Vector", nil)
|
||||
preferredStyle:UIAlertControllerStyleAlert];
|
||||
[alert addAction:[UIAlertAction actionWithTitle:[NSBundle mxk_localizedStringForKey:NSLocalizedStringFromTable(@"MATOMO_USER_INFO_BUTTON_OK", @"Vector", nil)] style:UIAlertActionStyleDefault handler:nil]];
|
||||
[alert addAction:[UIAlertAction actionWithTitle:[VectorL10n ok] style:UIAlertActionStyleDefault handler:nil]];
|
||||
[self presentViewController:alert animated:YES completion:nil];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user