add comment for now

This commit is contained in:
sonora 2016-12-30 13:00:42 +01:00
parent 379b8c7d24
commit ee66140f83

View file

@ -132,6 +132,8 @@ public class MultiTouchSupport {
case MotionEvent.ACTION_MOVE: {
if (inZoomMode) {
// Keep zoom center fixed or flexible
//centerPoint = new PointF((x1 + x2) / 2, (y1 + y2) / 2);
if (angleDefined) {
float a = MapUtils.unifyRotationTo360(angle - initialAngle);
if (!isRotating && Math.abs(a) > ROTATION_THRESHOLD_DEG) {