mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-21 16:41:05 +00:00
Correctly enable/disable the fingerprint option in the intro
This commit is contained in:
parent
9c0ce4210c
commit
8419e1f35d
2 changed files with 5 additions and 6 deletions
|
@ -72,6 +72,7 @@
|
|||
|
||||
<RadioButton
|
||||
android:id="@+id/rb_fingerprint"
|
||||
android:enabled="false"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/authentication_method_fingerprint"
|
||||
|
@ -80,6 +81,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/text_rb_fingerprint"
|
||||
android:enabled="false"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="32dp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue