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

Commit d14a2065 authored by Jiaming Liu's avatar Jiaming Liu
Browse files

[Rear display] Disallow talkback focus on Rear mode dialog image

A11y guideline requires "Hide purely decorative or redundant images from
screen reader technologies"

Bug: 269411680
Test: Manual
Change-Id: I88fd401022b8ff9cf5ae73a9d143b2921bff2415
parent 7b9b280f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@

            <com.airbnb.lottie.LottieAnimationView
                android:id="@+id/rear_display_folded_animation"
                android:importantForAccessibility="no"
                android:layout_width="@dimen/rear_display_animation_width"
                android:layout_height="@dimen/rear_display_animation_height"
                android:layout_gravity="center"
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@

        <com.airbnb.lottie.LottieAnimationView
            android:id="@+id/rear_display_folded_animation"
            android:importantForAccessibility="no"
            android:layout_width="@dimen/rear_display_animation_width"
            android:layout_height="@dimen/rear_display_animation_height"
            android:layout_gravity="center"