Skip to content

Commit

Permalink
Fix devices activity crash on KitKat.
Browse files Browse the repository at this point in the history
Fixes #12338
  • Loading branch information
alex-signal committed Jul 11, 2022
1 parent f08521a commit 6d4dade
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/device_list_fragment.xml
Expand Up @@ -3,6 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical">

<LinearLayout
Expand Down Expand Up @@ -54,6 +55,6 @@
android:layout_margin="16dp"
android:contentDescription="@string/device_list_fragment__link_new_device"
android:focusable="true"
android:src="@drawable/ic_plus_24" />
app:srcCompat="@drawable/ic_plus_24" />

</LinearLayout>

0 comments on commit 6d4dade

Please sign in to comment.