test if false onFling discovery causes an issue

This commit is contained in:
sonora 2016-12-29 14:44:37 +01:00
parent f2d3b27025
commit 2d9bd97380

View file

@ -1075,8 +1075,8 @@ public class OsmandMapTileView implements IMapDownloaderCallback {
@Override
public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) {
animatedDraggingThread.startDragging(velocityX / 3, velocityY / 3,
e1.getX(), e1.getY(), e2.getX(), e2.getY(), true);
// animatedDraggingThread.startDragging(velocityX / 3, velocityY / 3,
// e1.getX(), e1.getY(), e2.getX(), e2.getY(), true);
return true;
}