From f4866551aa710971135c1ed39c125a0b154310b0 Mon Sep 17 00:00:00 2001 From: Ilya Grechuhin Date: Tue, 10 May 2016 13:11:48 +0300 Subject: [PATCH] [ios] Fixed duplicate our & system location forbidden alert. --- iphone/Maps/Platform/LocationManager.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iphone/Maps/Platform/LocationManager.mm b/iphone/Maps/Platform/LocationManager.mm index 344d745204..237ff53431 100644 --- a/iphone/Maps/Platform/LocationManager.mm +++ b/iphone/Maps/Platform/LocationManager.mm @@ -166,7 +166,7 @@ map const kGeoSettings{ } } else - [self observer:observer onLocationError:location::EDenied]; + [self observer:observer onLocationError:location::EGPSIsOff]; } else {