fix: Update device unlock wording

This commit is contained in:
J-Jamet
2023-07-28 11:06:07 +02:00
parent 4ad5d35be7
commit 64fea078e8
8 changed files with 35 additions and 44 deletions

View File

@@ -166,11 +166,6 @@ class MainCredentialActivity : DatabaseModeActivity(), AdvancedUnlockFragment.Bu
}
// Init Biometric elements
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
advancedUnlockButton?.setOnClickListener {
startActivity(Intent(this, AdvancedUnlockSettingsActivity::class.java))
}
}
advancedUnlockFragment = supportFragmentManager
.findFragmentByTag(UNLOCK_FRAGMENT_TAG) as? AdvancedUnlockFragment?
if (advancedUnlockFragment == null) {