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

Commit 82fb5b0a authored by Yining Liu's avatar Yining Liu
Browse files

Fix Talkback focus order of Wrapped Notification

Make notification_header not important for accessibility to make sure early recursion happens in parent's ViewGroup.addChildrenForAccessibility(ArrayList<View> outChildren)

Bug: 246950513
Test: Visual, turn on Talkback, mock a wrapped notification(collapsed), right swipe to move Talkback focus. Expand button should be focused prior to the first line of Wrapped Text.
Change-Id: I98d5c3158b25edf58947e72c5307eae159915dc3
parent db23075a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
    android:gravity="center_vertical"
    android:orientation="horizontal"
    android:theme="@style/Theme.DeviceDefault.Notification"
    android:importantForAccessibility="no"
    >

    <ImageView