Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email validation not working on release variant #34

Open
pansardinicolas opened this issue Oct 3, 2019 · 1 comment
Open

Email validation not working on release variant #34

pansardinicolas opened this issue Oct 3, 2019 · 1 comment

Comments

@pansardinicolas
Copy link

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:

validator.enableFormValidationMode()
validator.validate(editTextsCollection)

The dependency is the last one:
implementation 'com.github.Ilhasoft:data-binding-validator:2.0.0'

@koallann
Copy link

koallann commented Oct 14, 2019

I can't reproduce the problem, it worked normally on my last test running under the same conditions.

Can you try provide more details?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants