remove test

This commit is contained in:
sonora 2016-12-27 16:24:54 +01:00
parent 19c3ad3bf9
commit 76637eba5a

View file

@ -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);