From a6809992f7885d82f6c147cbe9cda39171e8157f Mon Sep 17 00:00:00 2001 From: Igor Khmurets Date: Thu, 19 Jun 2014 17:44:44 +0300 Subject: [PATCH] [ios] PP over search bug fix uncommented --- iphone/Maps/Classes/MapViewController.mm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/iphone/Maps/Classes/MapViewController.mm b/iphone/Maps/Classes/MapViewController.mm index a49b6b1443..52cc0cd716 100644 --- a/iphone/Maps/Classes/MapViewController.mm +++ b/iphone/Maps/Classes/MapViewController.mm @@ -152,11 +152,11 @@ const long long LITE_IDL = 431183278L; - (void)onUserMarkClicked:(UserMarkCopy *)mark { -// if (self.searchView.state != SearchViewStateFullscreen) -// { + if (self.searchView.state != SearchViewStateFullscreen) + { [self.containerView.placePage showUserMark:mark]; [self.containerView.placePage setState:PlacePageStatePreview animated:YES withCallback:YES]; -// } + } } - (void)onMyPositionClicked:(id)sender