Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
471d1c0b1c
1 changed files with 1 additions and 1 deletions
|
@ -1125,7 +1125,7 @@ public class OsmandMapTileView implements IMapDownloaderCallback {
|
|||
@Override
|
||||
public boolean onSingleTapConfirmed(MotionEvent e) {
|
||||
if (doubleTapScaleDetector.isDoubleTapping()) {
|
||||
// Needed to suppress false single tap detection if we mask gestures on isDoubleTapping()
|
||||
// Needed to suppress false single tap detection if we mask MotionEvents for gestures on isDoubleTapping()
|
||||
return true;
|
||||
}
|
||||
PointF point = new PointF(e.getX(), e.getY());
|
||||
|
|
Loading…
Reference in a new issue