mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-28 03:57:50 +02:00
Use app name in biometric unlock dialog
Mostly for forks to show the right name.
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user