Fixes recents carousel saying name twice in talkback

This commit is contained in:
ericdecanini 2022-09-05 20:53:03 +02:00
parent 93ce7f8db5
commit 289ed86be7

View file

@ -50,6 +50,7 @@
android:layout_marginTop="4dp"
android:layout_marginBottom="16dp"
android:ellipsize="end"
android:importantForAccessibility="no"
android:lines="1"
android:textColor="?vctr_content_primary"
app:layout_constraintBottom_toBottomOf="parent"