[ios] PP over search bug fix uncommented

This commit is contained in:
Igor Khmurets 2014-06-19 17:44:44 +03:00 committed by Alex Zolotarev
parent 0cd5b70714
commit a6809992f7

View file

@ -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