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

Commit 93760f37 authored by Tim Peng's avatar Tim Peng
Browse files

[a11y]Talkback shouldn’t say Double tap to activate on panel if there isn't...

[a11y]Talkback shouldn’t say Double tap to activate on panel if there isn't any feature after double tap.

-Album art should not be focused and tapped
-Set importantForAccessibility to no

Bug: 178440773
Test: manual test
Change-Id: I744a752854665f0b4964374249e08fc602634ec2
parent c048b1c7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -32,7 +32,8 @@
            android:id="@+id/header_icon"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:paddingEnd="@dimen/media_output_dialog_header_icon_padding"/>
            android:paddingEnd="@dimen/media_output_dialog_header_icon_padding"
            android:importantForAccessibility="no"/>

        <LinearLayout
            android:layout_width="match_parent"