aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2019-11-03 18:05:07 +0530
committerHarsh Shandilya <msfjarvis@gmail.com>2019-11-03 18:05:07 +0530
commit8c00708d9fe653adc96a014ebd5752ae8b5da231 (patch)
tree6ba4f3f609510f14fc26ff497bb5749610cac39a /app/src/main/res/xml
parent2be6302b6bc3355ffb7b7a6a0bd3c9de624d69ab (diff)
Use SwitchPreferenceCompat
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/preference.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml
index b6d720a5..25026517 100644
--- a/app/src/main/res/xml/preference.xml
+++ b/app/src/main/res/xml/preference.xml
@@ -91,7 +91,7 @@
android:entries="@array/sort_order_entries"
android:entryValues="@array/sort_order_values"
android:persistent="true" />
- <androidx.preference.SwitchPreference
+ <androidx.preference.SwitchPreferenceCompat
android:key="biometric_auth"
android:title="@string/biometric_auth_title"
android:summary="@string/biometric_auth_summary" />