forked from organicmaps/organicmaps
[ios] show PPP on long click
This commit is contained in:
parent
bd08640b40
commit
351d14eb43
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ const long long LITE_IDL = 431183278L;
|
|||
m2::PointD pxClicked(point.x * scaleFactor, point.y * scaleFactor);
|
||||
|
||||
Framework & f = GetFramework();
|
||||
if (f.HasActiveUserMark())
|
||||
if (f.HasActiveUserMark() && isLongClick == NO)
|
||||
f.GetBalloonManager().Dismiss();
|
||||
else
|
||||
f.GetBalloonManager().OnShowMark(f.GetUserMark(m2::PointD(pxClicked.x, pxClicked.y), isLongClick));
|
||||
|
|
Loading…
Add table
Reference in a new issue