mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01: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