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

Commit cf18c86c authored by Phil Weaver's avatar Phil Weaver Committed by android-build-merger
Browse files

Merge "Notify a11y when view attached to parent" into pi-dev am: 7a65c44d

am: 1c2e9116

Change-Id: I3978e1bfb6a0e62370651003ba8a3f41d5a1fc65
parents 0a83fef4 1c2e9116
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5692,6 +5692,7 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager
        }
        dispatchVisibilityAggregated(isAttachedToWindow() && getWindowVisibility() == VISIBLE
                && isShown());
        notifySubtreeAccessibilityStateChangedIfNeeded();
    }

    /**