OpenYOLO-Android icon indicating copy to clipboard operation
OpenYOLO-Android copied to clipboard

Demo app is not working as intended

Open riyaz opened this issue 8 years ago • 1 comments

  1. install the app
  2. press back
  3. 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

screen shot 2017-10-28 at 9 31 07 pm

riyaz avatar Oct 28 '17 16:10 riyaz

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.

iainmcgin avatar Oct 30 '17 15:10 iainmcgin

This repo is being archived. Closing issue.

timcappalli avatar Jul 24 '23 17:07 timcappalli