diff --git a/iphone/Maps/Classes/MapViewController.mm b/iphone/Maps/Classes/MapViewController.mm index fc3906cfa7..060a7c3ff5 100644 --- a/iphone/Maps/Classes/MapViewController.mm +++ b/iphone/Maps/Classes/MapViewController.mm @@ -445,7 +445,7 @@ BOOL gIsFirstMyPositionMode = YES; { case location::NotFollowNoPosition: { - BOOL const hasLocation = [MWMLocationManager lastLocation]; + BOOL const hasLocation = [MWMLocationManager lastLocation] != nil; if (hasLocation || (gIsFirstMyPositionMode && ![Alohalytics isFirstSession])) { GetFramework().SwitchMyPositionNextMode();