remove test
This commit is contained in:
parent
19c3ad3bf9
commit
76637eba5a
1 changed files with 1 additions and 2 deletions
|
@ -88,9 +88,8 @@ public class MultiTouchSupport {
|
|||
if(pointCount < 2){
|
||||
if(inZoomMode){
|
||||
listener.onZoomOrRotationEnded(zoomRelative, angleRelative);
|
||||
inZoomMode = false;
|
||||
}
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
Float x1 = (Float) getX.invoke(event, 0);
|
||||
Float x2 = (Float) getX.invoke(event, 1);
|
||||
|
|
Loading…
Reference in a new issue