test not masking gestures for two finger tap

This commit is contained in:
sonora 2017-01-01 18:00:57 +01:00
parent 3dbef6d690
commit f67d4c9565

View file

@ -850,6 +850,7 @@ public class OsmandMapTileView implements IMapDownloaderCallback {
if (contextMenuLayer != null) {
contextMenuLayer.onTouchEvent(event, getCurrentRotatedTileBox());
}
gestureDetector.onTouchEvent(event);
return true;
}