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

Commit 09176dcb authored by Leon Scroggins's avatar Leon Scroggins Committed by Android Git Automerger
Browse files

am 8801ad35: Merge "Disable focus controller when WebView loses focus." into honeycomb

* commit '8801ad35':
  Disable focus controller when WebView loses focus.
parents c46491fc 8801ad35
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5149,6 +5149,7 @@ public class WebView extends AbsoluteLayout
                if (mNativeClass != 0) {
                    nativeRecordButtons(false, false, true);
                }
                setFocusControllerActive(false);
            }
            mGotKeyDown = false;
        }