mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 20:10:04 +03:00
auto-review. Password could be only spaces...
This commit is contained in:
parent
03b9774c56
commit
3d07ccd98e
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class DeactivateAccountFragment @Inject constructor(
|
|||
deactivateAccountPassword.textChanges()
|
||||
.subscribe {
|
||||
deactivateAccountPasswordTil.error = null
|
||||
deactivateAccountSubmit.isEnabled = it.isNotBlank()
|
||||
deactivateAccountSubmit.isEnabled = it.isNotEmpty()
|
||||
}
|
||||
.disposeOnDestroyView()
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue