Fix biometric authentication prompt not shown when opening the account section in the navigation drawer. Require biometric authentication in AccountChooserBottomSheetFragment.

This commit is contained in:
Docile-Alligator
2022-05-14 12:08:33 +08:00
parent 345392a833
commit 22cf0a9c20
6 changed files with 75 additions and 20 deletions

View File

@@ -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"