MESSENGER_2910 buildfixes VII build successful

This commit is contained in:
Frank Rotermund
2022-05-03 16:45:58 +02:00
parent 7ba95405fa
commit 557848def2
9 changed files with 55 additions and 29 deletions
+3 -4
View File
@@ -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];
}