Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2016-12-28 11:22:52 +01:00
commit 447411b265

View file

@ -862,6 +862,8 @@ public class OsmandMapTileView implements IMapDownloaderCallback {
layers.get(i).onTouchEvent(event, getCurrentRotatedTileBox());
}
gestureDetector.onTouchEvent(event);
} else {
gestureDetector.onTouchEvent(MotionEvent.obtain(SystemClock.uptimeMillis(), SystemClock.uptimeMillis() + 100, MotionEvent.ACTION_CANCEL, 0.0f, 0.0f, 0));
}
return true;
}