OpenYOLO-Android
OpenYOLO-Android copied to clipboard
Demo app is not working as intended
- install the app
- press back
- enter email id and press tick button -> nothing happens
Flow exits below, i.e no password, but no password filed, even error message password too short is not displayed
if (userPassword.length() < MIN_PASSWORD_LENGTH) { passwordError.set(getResourceString(R.string.error_password_too_short)); return; }
This change makes the demo workable
Apologies for this Riyaz, I have a pending PR from last week which fixes a number of small issues in the demo app, this one included. I'll get it out for review and merged ASAP.
This repo is being archived. Closing issue.