blitz
blitz copied to clipboard
Disabling Button in Nougat version is not working
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.

same issue facing ! any fix?