fix build
This commit is contained in:
parent
f66e0e3edf
commit
664daa194b
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ public class MultiTouchSupport {
|
|||
private double zoomRelative = 1;
|
||||
private PointF centerPoint = new PointF();
|
||||
|
||||
private final int mMoveZoomCenterSlop2 = ViewConfiguration.getScaledTouchSlop() * ViewConfiguration.getScaledTouchSlop() / 4;
|
||||
private static final int mMoveZoomCenterSlop2 = ViewConfiguration.getScaledTouchSlop() * ViewConfiguration.getScaledTouchSlop() / 4;
|
||||
private boolean mScrolling = false;
|
||||
|
||||
public boolean onTouchEvent(MotionEvent event){
|
||||
|
|
Loading…
Reference in a new issue