increase ANGLE_THRESHOLD to 30 to reduce accidental rotation
This commit is contained in:
parent
ee66140f83
commit
6f4fd095b3
1 changed files with 1 additions and 1 deletions
|
@ -922,7 +922,7 @@ public class OsmandMapTileView implements IMapDownloaderCallback {
|
|||
private float y2;
|
||||
private LatLon initialCenterLatLon;
|
||||
private boolean startRotating = false;
|
||||
private static final float ANGLE_THRESHOLD = 15;
|
||||
private static final float ANGLE_THRESHOLD = 30;
|
||||
|
||||
@Override
|
||||
public void onZoomOrRotationEnded(double relativeToStart, float angleRelative) {
|
||||
|
|
Loading…
Reference in a new issue