From 660694aee0632f32ac8e3c07dff65461f6a62a7b Mon Sep 17 00:00:00 2001 From: Yannik Bloscheck Date: Thu, 31 Jul 2025 13:26:46 +0200 Subject: [PATCH] [ios] Fixed merge error after removing method Signed-off-by: Yannik Bloscheck --- iphone/Maps/Classes/MapViewController.mm | 1 - 1 file changed, 1 deletion(-) diff --git a/iphone/Maps/Classes/MapViewController.mm b/iphone/Maps/Classes/MapViewController.mm index 5d06597aa..46a1669f4 100644 --- a/iphone/Maps/Classes/MapViewController.mm +++ b/iphone/Maps/Classes/MapViewController.mm @@ -382,7 +382,6 @@ NSString *const kAboutSegue = @"Map2About"; [self updateStatusBarStyle]; GetFramework().SetRenderingEnabled(); GetFramework().InvalidateRendering(); - [self showViralAlertIfNeeded]; if (Profile.needsReauthorization) { [self checkAuthorization]; }