btn_login.enableWhen {
edt_phone.isFilled()
edt_password.isFilled()
}
this is my code. It is working fine in oreo and pie versions.
but when i tried the same on a samsung device with nougat version, the button is not getting disabled at beginning. it is not listening to events on edit text.

this is my code. It is working fine in oreo and pie versions.
but when i tried the same on a samsung device with nougat version, the button is not getting disabled at beginning. it is not listening to events on edit text.