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

Commit 0c08a244 authored by Grace Kloba's avatar Grace Kloba Committed by Android (Google) Code Review
Browse files

Merge "Now mSupportMultiTouch is depending on WebSettings, it can't be static any more."

parents 2d65817f f3be1669
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -464,7 +464,7 @@ public class WebView extends AbsoluteLayout
    private int mHeldMotionless;

    // whether support multi-touch
    private static boolean mSupportMultiTouch;
    private boolean mSupportMultiTouch;
    // use the framework's ScaleGestureDetector to handle multi-touch
    private ScaleGestureDetector mScaleDetector;
    // minimum scale change during multi-touch zoom