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

Commit 0e2f14e5 authored by Qi Wang's avatar Qi Wang
Browse files

Remove duplicated accessibility focus in favorite contacts.

Bug: 24062579
Change-Id: I1cc84175776b0b3e5a81e0aad3c47e26b10cf849
parent cdc14da9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -24,7 +24,8 @@
        android:id="@+id/contact_favorite_card"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:focusable="true" >
        android:focusable="true"
        android:nextFocusRight="@+id/contact_tile_secondary_button">

        <com.android.contacts.common.widget.LayoutSuppressingImageView
            android:id="@+id/contact_tile_image"
@@ -102,8 +103,7 @@
            android:id="@+id/contact_tile_push_state"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:focusable="true"
            android:nextFocusRight="@+id/contact_tile_secondary_button"
            android:importantForAccessibility="no"
            android:background="@drawable/item_background_material_dark" />

        <ImageButton