feature/2821_downtime_login_screen

This commit is contained in:
Arnfried Griesert
2022-04-12 08:26:29 +00:00
parent 8884d2b4f7
commit df5dfbc6a6
11 changed files with 226 additions and 151 deletions
@@ -2493,7 +2493,7 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
- (void)checkAppVersion {
ValidAppVersionsDefaultService *appVersionsService = [[ValidAppVersionsDefaultService alloc] init];
if( BuildSettings.bwiCheckAppVersion && appVersionsService.isCurrentAppVersionDeprecated ) {
if( BwiBuildSettings.bwiCheckAppVersion && appVersionsService.isCurrentAppVersionDeprecated ) {
MXWeakify(self);
UIAlertController *errorAlert = [UIAlertController alertControllerWithTitle:[VectorL10n bwiOutdatedVersionWarningTitle]