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

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

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

* commit '9907a109':
  Fix screen magnifier scaling due to ScaleGestureDetector changes.
parents 47dc3248 9907a109
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);
        }