Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
929c625d41
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ public class MultiTouchSupport {
|
|||
Integer pointCount = (Integer) getPointerCount.invoke(event);
|
||||
if(pointCount < 2){
|
||||
if(inZoomMode){
|
||||
listener.onZoomOrRotationEnded(zoomRelative, angleRelative);
|
||||
//listener.onZoomOrRotationEnded(zoomRelative, angleRelative);
|
||||
inZoomMode = false;
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue