Update state of encrypt username checkbox onCreate (#859)
This commit is contained in:
parent
fed8236738
commit
e25e0035a2
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ class PasswordCreationActivity : BasePgpActivity(), OpenPgpServiceConnection.OnB
|
|||
listOf(filename, extraContent).forEach {
|
||||
it.doOnTextChanged { _, _, _, _ -> updateEncryptUsernameState() }
|
||||
}
|
||||
updateEncryptUsernameState()
|
||||
}
|
||||
suggestedPass?.let {
|
||||
password.setText(it)
|
||||
|
|
Loading…
Reference in a new issue