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

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

Fix gmail crash.

Change-Id: I009d44fce36e365e915b2ecbdfd94fdcee40adf8
parent 65f71a72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4590,7 +4590,7 @@ public class WebView extends AbsoluteLayout
        // user has touched a layer.
        float gestureX = x;
        float gestureY = y;
        if (!detector.isInProgress()) {
        if (detector == null || !detector.isInProgress()) {
            // The gesture for scrolling a layer is two fingers close together.
            // FIXME: we may consider giving WebKit an option to handle
            // multi-touch events later.