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

Commit 00f4d986 authored by Adam Powell's avatar Adam Powell
Browse files

Fix bug 2386867 - Phone DecorViews FOCUS_AFTER_DESCENDANTS

Change-Id: Iade2c2d8ea575fc452897dbfd3d8454b5b7972ed
parent bfd25cac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2213,6 +2213,7 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback {
    private void installDecor() {
        if (mDecor == null) {
            mDecor = generateDecor();
            mDecor.setDescendantFocusability(ViewGroup.FOCUS_AFTER_DESCENDANTS);
            mDecor.setIsRootNamespace(true);
        }
        if (mContentParent == null) {