MESSENGER-5252 releaseprep

This commit is contained in:
Frank Rotermund
2023-10-27 13:59:03 +02:00
parent 6b98e78924
commit 40d73a2ce8
8 changed files with 52 additions and 19 deletions
@@ -2494,12 +2494,6 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
MXStrongifyAndReturnIfNil(self);
self->currentAlert = nil;
}]];
[errorAlert addAction:[UIAlertAction actionWithTitle:[BWIL10n bwiOutdatedVersionLogoutButton]
style:UIAlertActionStyleDefault
handler:^(UIAlertAction * action) {
[self logout];
}]];
[self presentViewController:errorAlert animated:YES completion:nil];
}