Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0867328 authored by Svetoslav's avatar Svetoslav Committed by Android Git Automerger
Browse files

am 36f38f4e: am 9907a109: Merge "Fix screen magnifier scaling due to...

am 36f38f4e: am 9907a109: Merge "Fix screen magnifier scaling due to ScaleGestureDetector changes." into klp-dev

* commit '36f38f4e':
  Fix screen magnifier scaling due to ScaleGestureDetector changes.
parents cd6a2d30 36f38f4e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
        }