mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-01 06:45: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 {
|
listOf(filename, extraContent).forEach {
|
||||||
it.doOnTextChanged { _, _, _, _ -> updateEncryptUsernameState() }
|
it.doOnTextChanged { _, _, _, _ -> updateEncryptUsernameState() }
|
||||||
}
|
}
|
||||||
|
updateEncryptUsernameState()
|
||||||
}
|
}
|
||||||
suggestedPass?.let {
|
suggestedPass?.let {
|
||||||
password.setText(it)
|
password.setText(it)
|
||||||
|
Reference in New Issue
Block a user