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

Commit b4ffd112 authored by Leon Scroggins's avatar Leon Scroggins
Browse files

Disable focus controller when WebView loses focus.

Bug:3370821
Change-Id: Ia26a54e1c5ec050d76e60762f9a5eb4502d8c6e3
parent 67005b05
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5152,6 +5152,7 @@ public class WebView extends AbsoluteLayout
                if (mNativeClass != 0) {
                    nativeRecordButtons(false, false, true);
                }
                setFocusControllerActive(false);
            }
            mGotKeyDown = false;
        }