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

Commit febe1ce1 authored by Shenqiu Zhang's avatar Shenqiu Zhang
Browse files

Fix the accessibility of the expand button

Bug: b/421786488
Fix: b/421786488
Flag: EXEMPT trivial bugfix
Test: manually verified on a device
Change-Id: Id9e99ce4cc4af852347f2b228d1fdb12886e9ad6
parent 76979804
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -52,7 +52,6 @@
            android:layout_width="@dimen/media_output_item_icon_size"
            android:layout_height="@dimen/media_output_item_icon_size"
            android:layout_marginStart="@dimen/media_output_item_horizontal_gap"
            android:contentDescription="@string/accessibility_open_application"
            android:focusable="true"
            android:visibility="gone">

+1 −1
Original line number Diff line number Diff line
@@ -674,7 +674,7 @@ class MediaOutputAdapter(controller: MediaSwitchingController) :
                    else R.drawable.ic_expand_less_rounded,
                )
            )
            mExpandButtonIcon.contentDescription =
            mExpandButton.contentDescription =
                mContext.getString(
                    if (isCollapsed) R.string.accessibility_expand_group
                    else R.string.accessibility_collapse_group