back out, causes false tap detection

This commit is contained in:
sonora 2016-12-31 17:35:27 +01:00
parent c9b7314c1e
commit 966a082f9f

View file

@ -862,7 +862,7 @@ public class OsmandMapTileView implements IMapDownloaderCallback {
layers.get(i).onTouchEvent(event, getCurrentRotatedTileBox());
}
}
if (!doubleTapScaleDetector.isInZoomMode() && !doubleTapScaleDetector.isDoubleTapping()) {
if (!doubleTapScaleDetector.isInZoomMode()) {
gestureDetector.onTouchEvent(event);
}
return true;