test not masking gestures for two finger tap
This commit is contained in:
parent
3dbef6d690
commit
f67d4c9565
1 changed files with 1 additions and 0 deletions
|
@ -850,6 +850,7 @@ public class OsmandMapTileView implements IMapDownloaderCallback {
|
|||
if (contextMenuLayer != null) {
|
||||
contextMenuLayer.onTouchEvent(event, getCurrentRotatedTileBox());
|
||||
}
|
||||
gestureDetector.onTouchEvent(event);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue