Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2016-12-29 11:52:35 +01:00
commit dd8619459e

View file

@ -123,7 +123,7 @@ public class MultiTouchSupport {
}
zoomRelative = distance / zoomStartedDistance;
listener.onZoomingOrRotating(zoomRelative, angleRelative);
return true;
return false;
}
}
} catch (Exception e) {