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

Commit fd80d0e8 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

am: 2b64c873

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

        if (child.isLayoutDirectionInherited()) {