MESSENGER-5556 fix maintenance sync

This commit is contained in:
JanNiklas Grabowski
2024-03-20 14:05:18 +01:00
parent 01e3255631
commit 60ca0cab30
15 changed files with 221 additions and 105 deletions
@@ -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];