mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
MESSENGER-5556 fix maintenance sync
This commit is contained in:
@@ -437,7 +437,7 @@ SSOAuthenticationPresenterDelegate>
|
||||
[tmpSections addObject:sectionDowntime];
|
||||
}
|
||||
|
||||
if (BWIBuildSettings.shared.bwiCheckAppVersion && [[[ValidAppVersionsDefaultService alloc] init] isCurrentAppVersionOutdated]) {
|
||||
if (BWIBuildSettings.shared.bwiCheckAppVersion && [ValidAppVersionsDefaultService.shared isCurrentAppVersionOutdated]) {
|
||||
Section *sectionOutdated = [Section sectionWithTag:SECTION_TAG_OUTDATED_WARNING];
|
||||
[sectionOutdated addRowWithTag:OUTDATED_WARNING];
|
||||
sectionOutdated.headerTitle = [BWIL10n bwiOutdatedSettingsHeader];
|
||||
|
||||
Reference in New Issue
Block a user