Skip to content

Commit

Permalink
Changed the way the fingerprint icon is included in the credential se…
Browse files Browse the repository at this point in the history
…lector list, to stop Gradle from failing on Github
  • Loading branch information
TheMartinizer committed Aug 7, 2024
1 parent b912d26 commit 4414652
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
android:layout_marginTop="8dp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/ic_fido_fingerprint"
android:src="@drawable/ic_fido_fingerprint"
android:contentDescription="@string/credential_icon_description" />

<LinearLayout
Expand Down

0 comments on commit 4414652

Please sign in to comment.