You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Email validation is ignored when app is launched with release variant.
Odd that the same code built with debug variant works perfectly, as well as the other validations (telephone and empty fields).
Assured that XML has the correct attributes: app:validateType='@{"email"}'
Email validation is ignored when app is launched with release variant.
Odd that the same code built with debug variant works perfectly, as well as the other validations (telephone and empty fields).
Assured that XML has the correct attributes:
app:validateType='@{"email"}'
And in code:
The dependency is the last one:
implementation 'com.github.Ilhasoft:data-binding-validator:2.0.0
'The text was updated successfully, but these errors were encountered: