Merge "Fix screen magnifier scaling due to ScaleGestureDetector changes." into klp-dev

This commit is contained in:
Svetoslav
2013-10-03 01:17:10 +00:00
committed by Android (Google) Code Review

View File

@@ -502,6 +502,7 @@ public final class ScreenMagnifier extends IMagnificationCallbacks.Stub
public MagnifiedContentInteractonStateHandler(Context context) {
mScaleGestureDetector = new ScaleGestureDetector(context, this);
mScaleGestureDetector.setQuickScaleEnabled(false);
mGestureDetector = new GestureDetector(context, this);
}