[ios] Fixed merge error after removing method

Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
Yannik Bloscheck
2025-07-31 13:26:46 +02:00
parent 99fa3ec551
commit 660694aee0

View File

@@ -382,7 +382,6 @@ NSString *const kAboutSegue = @"Map2About";
[self updateStatusBarStyle];
GetFramework().SetRenderingEnabled();
GetFramework().InvalidateRendering();
[self showViralAlertIfNeeded];
if (Profile.needsReauthorization) {
[self checkAuthorization];
}