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

Commit 2b64c873 authored by Evan Rosky's avatar Evan Rosky Committed by android-build-merger
Browse files

Merge "Don't report focusableViewAvailable on add" into oc-dev

am: 8d4b72c6

Change-Id: I4169c2ecf3890946090e4c171a666292262118f6
parents 4d47d7ad 8d4b72c6
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -4936,9 +4936,6 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager
                needGlobalAttributesUpdate(true);
            }
            ai.mKeepScreenOn = lastKeepOn;
            if (!childHasFocus && child.hasFocusable()) {
                focusableViewAvailable(child);
            }
        }

        if (child.isLayoutDirectionInherited()) {