Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
5c350c7fd3
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ public class MultiTouchSupport {
|
|||
private double zoomRelative = 1;
|
||||
private PointF centerPoint = new PointF();
|
||||
|
||||
private final int mMoveZoomCenterSlop2 = 64;
|
||||
private final int mMoveZoomCenterSlop2 = 900;
|
||||
private boolean mScrolling = false;
|
||||
|
||||
public boolean onTouchEvent(MotionEvent event){
|
||||
|
|
Loading…
Reference in a new issue