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

Commit 1c2e9116 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

Change-Id: I639f9133b5a10003b44f4a4e78894042a3adaa03
parents a1bb34ac 7a65c44d
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();
    }

    /**