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

Commit 1317162e authored by Phil Weaver's avatar Phil Weaver
Browse files

Notify a11y when view attached to parent

Bug: 73493821
Test: Verifying that vibration settings UI works
properly.

Change-Id: Id3c9e87fdd0ad5c49d8bd6e86b2c15977c9b09ca
parent 80a2bba9
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();
    }

    /**