Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2016-12-27 19:38:22 +01:00
commit 670a326310

View file

@ -124,6 +124,8 @@ public class MultiTouchSupport {
zoomRelative = distance / zoomStartedDistance; zoomRelative = distance / zoomStartedDistance;
listener.onZoomingOrRotating(zoomRelative, angleRelative); listener.onZoomingOrRotating(zoomRelative, angleRelative);
return true; return true;
} else if (pointCount >= 2) {
return true;
} }
} catch (Exception e) { } catch (Exception e) {
log.debug("Multi touch exception" , e); //$NON-NLS-1$ log.debug("Multi touch exception" , e); //$NON-NLS-1$