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

Commit 5297874b authored by Michael Mikhail's avatar Michael Mikhail
Browse files

[Media TTT] [a11y] hide container view before animation

Hide container view before animation to make a change in the view that
triggers the talkback announcement. It doesn't affect the UI because the
duration of showing view is 5.frames.

Fixes: 265635955
Test: adb command adb shell cmd statusbar media-ttt-chip-receiver CLOSE_TO_SENDER useAppIcon=false
Change-Id: I85cda7498870a359238c996bd4ff9167d01cd78d
parent cdf3f3dc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@
        android:id="@+id/icon_container_view"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:alpha="0.0"
        >
        <com.android.systemui.media.taptotransfer.receiver.ReceiverChipRippleView
            android:id="@+id/icon_glow_ripple"