Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
34ef484004
1 changed files with 2 additions and 2 deletions
|
@ -1075,8 +1075,8 @@ public class OsmandMapTileView implements IMapDownloaderCallback {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) {
|
public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) {
|
||||||
animatedDraggingThread.startDragging(velocityX / 3, velocityY / 3,
|
// animatedDraggingThread.startDragging(velocityX / 3, velocityY / 3,
|
||||||
e1.getX(), e1.getY(), e2.getX(), e2.getY(), true);
|
// e1.getX(), e1.getY(), e2.getX(), e2.getY(), true);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue