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

Commit 45b33a1a authored by Ikram Gabiyev's avatar Ikram Gabiyev
Browse files

Remove contentDescription attribute in filter icon

Remove contentDescription attribute for multi-instance
filter icon ImageView since importantForAccessibility="no"
to avoid talkback noting it instead of the task name itself.

Bug: 280908761
Test: manually reproduce the steps in the bug
Change-Id: Ifdc884537222565fc2e52d5a17272f19a4446f62
parent 990aef6c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -40,7 +40,6 @@
        android:layout_gravity="end"
        android:alpha="0"
        android:tint="@color/recents_filter_icon"
        android:contentDescription="@string/recents_filter_icon_desc"
        android:importantForAccessibility="no"
        android:src="@drawable/ic_select_windows" />

+0 −2
Original line number Diff line number Diff line
@@ -50,7 +50,6 @@
        android:layout_gravity="start"
        android:alpha="0"
        android:tint="@color/recents_filter_icon"
        android:contentDescription="@string/recents_filter_icon_desc"
        android:importantForAccessibility="no"
        android:src="@drawable/ic_select_windows" />

@@ -63,7 +62,6 @@
        android:layout_gravity="end"
        android:alpha="0"
        android:tint="@color/recents_filter_icon"
        android:contentDescription="@string/recents_filter_icon_desc"
        android:importantForAccessibility="no"
        android:src="@drawable/ic_select_windows" />

+0 −4
Original line number Diff line number Diff line
@@ -39,10 +39,6 @@
    <!-- Recents: Title of a button that goes back from displaying tasks filtered by package name to displaying all tasks [CHAR LIMIT=30] -->
    <string name="recents_back" translatable="false">Back</string>

    <!-- TODO: b/260610444. Content description of filtering icons needs to be updated -->
    <!-- Recents: Content description for the icon on top of taskviews to initiate filtering -->
    <string name="recents_filter_icon_desc" translatable="false">Click to show only this app\'s tasks</string>

    <!-- Accessibility title for the list of recent apps [CHAR_LIMIT=none] -->
    <string name="accessibility_recent_apps">Recent apps</string>