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

Commit f3e5fcc9 authored by Patrick Scott's avatar Patrick Scott
Browse files

Fix the build and scrollable layers gesture.

Change-Id: I06f7c379f187df982ac82c9a52cc643358987085
parent db8d19c9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -4046,7 +4046,6 @@ public class WebView extends AbsoluteLayout
                        " " +
                        mAutoFillData.getPreviewString());
            }
            }

            pastEntries.addAll(mDatabase.getFormData(mUrl, mName));

@@ -4863,7 +4862,7 @@ public class WebView extends AbsoluteLayout
        }

        // If the page disallows zoom, pass multi-pointer events to webkit.
        if (ev.getPointerCount() > 1
        if (!skipScaleGesture && ev.getPointerCount() > 1
            && (mZoomManager.isZoomScaleFixed() || mDeferMultitouch)) {
            if (DebugFlags.WEB_VIEW) {
                Log.v(LOGTAG, "passing " + ev.getPointerCount() + " points to webkit");