diff options
author | Docile-Alligator <chineseperson5@gmail.com> | 2022-05-14 04:08:33 +0000 |
---|---|---|
committer | Docile-Alligator <chineseperson5@gmail.com> | 2022-05-14 04:08:33 +0000 |
commit | 22cf0a9c20b41176e9e2216d79934028c570b0c3 (patch) | |
tree | 72c86b8e8011d4dc96c9fd9cc1d0379f1265aa4c /app/src/main/res | |
parent | 345392a83372ae400ca886f468e7f1745e65666b (diff) | |
download | infinity-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')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/xml/security_preferences.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 9bbe06c9..e70184cd 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -532,7 +532,7 @@ <string name="settings_swipe_action_threshold">Threshold</string> <string name="settings_pull_to_refresh_title">Pull to Refresh</string> <string name="settings_security_title">Security</string> - <string name="settings_require_authentication_to_go_to_account_section_in_navigation_drawer_title">Require Authentication to Go to Account Section in Navigation Drawer</string> + <string name="settings_require_authentication_to_show_accounts">Require Authentication to Show Accounts</string> <string name="settings_long_press_to_hide_toolbar_in_compact_layout_title">Long Press to Hide Toolbar</string> <string name="settings_post_compact_layout_toolbar_hidden_by_default_title">Hide Toolbar by Default</string> <string name="settings_customize_bottom_app_bar_title">Customize Bottom Navigation Bar</string> 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" |