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

Commit d246ca81 authored by Leon Scroggins's avatar Leon Scroggins Committed by Android (Google) Code Review
Browse files

Merge "Allow the shift key to be passed to plugin."

parents d426c58d 69a63b0c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3851,7 +3851,6 @@ public class WebView extends AbsoluteLayout
                || keyCode == KeyEvent.KEYCODE_SHIFT_RIGHT) {
            if (nativeFocusIsPlugin()) {
                mShiftIsPressed = false;
                return true;
            } else if (commitCopy()) {
                return true;
            }