Use app name in biometric unlock dialog

Mostly for forks to show the right name.
This commit is contained in:
arkon
2023-09-03 10:01:47 -04:00
parent 5c3d655d9e
commit 87f3d4bd05
2 changed files with 5 additions and 6 deletions

View File

@ -19,7 +19,7 @@ class UnlockActivity : BaseActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
startAuthentication(
getString(R.string.unlock_app),
getString(R.string.unlock_app_title, getString(R.string.app_name)),
confirmationRequired = false,
callback = object : AuthenticatorUtil.AuthenticationCallback() {
override fun onAuthenticationError(