forked from organicmaps/organicmaps
[ios] PP over search bug fix uncommented
This commit is contained in:
parent
0cd5b70714
commit
a6809992f7
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue