mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 22:05:19 +00:00
Update state of encrypt username checkbox onCreate (#859)
This commit is contained in:
@@ -116,6 +116,7 @@ class PasswordCreationActivity : BasePgpActivity(), OpenPgpServiceConnection.OnB
|
||||
listOf(filename, extraContent).forEach {
|
||||
it.doOnTextChanged { _, _, _, _ -> updateEncryptUsernameState() }
|
||||
}
|
||||
updateEncryptUsernameState()
|
||||
}
|
||||
suggestedPass?.let {
|
||||
password.setText(it)
|
||||
|
Reference in New Issue
Block a user