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

Commit aa2275e3 authored by Derek Sollenberger's avatar Derek Sollenberger
Browse files

Fix complex character support for plugins.

bug: 3369527
Change-Id: I48c3442d7de54589f9f9578f6375b7ad291677db
parent 4243dc39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5235,7 +5235,7 @@ public class WebView extends AbsoluteLayout
            if (event.getAction() == KeyEvent.ACTION_DOWN) {
                mGotKeyDown = true;
            } else {
                if (!mGotKeyDown) {
                if (!mGotKeyDown && event.getAction() != KeyEvent.ACTION_MULTIPLE) {
                    /*
                     * We got a key up for which we were not the recipient of
                     * the original key down. Don't give it to the view.