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

Commit 69a63b0c authored by Leon Scroggins's avatar Leon Scroggins
Browse files

Allow the shift key to be passed to plugin.

Fix for http://b/issue?id=2519667

Do not return so that we can fall through and pass the shift up
to the page.

Change-Id: Ib3c07f2d39e772f88dd6eee6390034e5a3e3e026
parent a03d4ce5
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;
            }