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

Commit 8d4b72c6 authored by Evan Rosky's avatar Evan Rosky Committed by Android (Google) Code Review
Browse files

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

parents 72f2d98c b23e4f49
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()) {