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

Commit 431f5fd9 authored by Evan Millar's avatar Evan Millar
Browse files

Unhide WebView#emulateShiftHeld() so that gmail can do select-to-copy

parent 698893fc
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -187991,6 +187991,17 @@
<parameter name="response" type="android.os.Message">
</parameter>
</method>
<method name="emulateShiftHeld"
 return="void"
 abstract="false"
 native="false"
 synchronized="false"
 static="false"
 final="false"
 deprecated="not deprecated"
 visibility="public"
>
</method>
<method name="enablePlatformNotifications"
 return="void"
 abstract="false"
+0 −3
Original line number Diff line number Diff line
@@ -3663,9 +3663,6 @@ public class WebView extends AbsoluteLayout
        nativeHideCursor();
    }

    /**
     * @hide
     */
    public void emulateShiftHeld() {
        if (0 == mNativeClass) return; // client isn't initialized
        setUpSelectXY();