improve comment
This commit is contained in:
parent
4385509d7c
commit
806a426a63
1 changed files with 1 additions and 1 deletions
|
@ -1125,7 +1125,7 @@ public class OsmandMapTileView implements IMapDownloaderCallback {
|
||||||
@Override
|
@Override
|
||||||
public boolean onSingleTapConfirmed(MotionEvent e) {
|
public boolean onSingleTapConfirmed(MotionEvent e) {
|
||||||
if (doubleTapScaleDetector.isDoubleTapping()) {
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
PointF point = new PointF(e.getX(), e.getY());
|
PointF point = new PointF(e.getX(), e.getY());
|
||||||
|
|
Loading…
Reference in a new issue