aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorDocile-Alligator <chineseperson5@gmail.com>2022-05-14 04:08:33 +0000
committerDocile-Alligator <chineseperson5@gmail.com>2022-05-14 04:08:33 +0000
commit22cf0a9c20b41176e9e2216d79934028c570b0c3 (patch)
tree72c86b8e8011d4dc96c9fd9cc1d0379f1265aa4c /app/src/main/res/xml
parent345392a83372ae400ca886f468e7f1745e65666b (diff)
downloadinfinity-for-reddit-22cf0a9c20b41176e9e2216d79934028c570b0c3.tar
infinity-for-reddit-22cf0a9c20b41176e9e2216d79934028c570b0c3.tar.gz
infinity-for-reddit-22cf0a9c20b41176e9e2216d79934028c570b0c3.tar.bz2
infinity-for-reddit-22cf0a9c20b41176e9e2216d79934028c570b0c3.tar.lz
infinity-for-reddit-22cf0a9c20b41176e9e2216d79934028c570b0c3.tar.xz
infinity-for-reddit-22cf0a9c20b41176e9e2216d79934028c570b0c3.tar.zst
infinity-for-reddit-22cf0a9c20b41176e9e2216d79934028c570b0c3.zip
Fix biometric authentication prompt not shown when opening the account section in the navigation drawer. Require biometric authentication in AccountChooserBottomSheetFragment.
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/security_preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/xml/security_preferences.xml b/app/src/main/res/xml/security_preferences.xml
index ea150dcf..e388f4c4 100644
--- a/app/src/main/res/xml/security_preferences.xml
+++ b/app/src/main/res/xml/security_preferences.xml
@@ -3,7 +3,7 @@
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
app:defaultValue="false"
app:key="require_auth_to_account_section"
- app:title="@string/settings_require_authentication_to_go_to_account_section_in_navigation_drawer_title" />
+ app:title="@string/settings_require_authentication_to_show_accounts" />
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
app:defaultValue="false"