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

Commit 966641a8 authored by Cary Clark's avatar Cary Clark
Browse files

add comment for public function

parent 75a36c2b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3858,6 +3858,10 @@ public class WebView extends AbsoluteLayout
        nativeHideCursor();
    }

    /**
     * Use this method to put the WebView into text selection mode.
     * Do not rely on this functionality; it will be deprecated in the future.
     */
    public void emulateShiftHeld() {
        if (0 == mNativeClass) return; // client isn't initialized
        setUpSelectXY();