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

Commit 250bd273 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Don't allow reflection on ScaleGestureDetector#mSpanSlop."

parents 2879c9c9 867b901c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@ public class ScaleGestureDetector {
    private long mCurrTime;
    private long mPrevTime;
    private boolean mInProgress;
    @UnsupportedAppUsage
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 123768938)
    private int mSpanSlop;
    @UnsupportedAppUsage
    private int mMinSpan;