test if false onFling discovery causes an issue
This commit is contained in:
parent
f2d3b27025
commit
2d9bd97380
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue