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 19, 2024
1 parent c670380 commit 6b379ef
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 6b379ef

Please sign in to comment.