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

Commit 688432f6 authored by Cary Clark's avatar Cary Clark Committed by Android (Google) Code Review
Browse files

Merge "defer accelerator keys to hosting application"

parents 24b5fa48 122da932
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -4485,6 +4485,11 @@ public class WebView extends AbsoluteLayout
                    + ", " + event + ", unicode=" + event.getUnicodeChar());
        }

        // don't implement accelerator keys here; defer to host application
        if (event.isCtrlPressed()) {
            return false;
        }

        if (mNativeClass == 0) {
            return false;
        }