thyrlian/AwesomeValidation

Optimize UNDERLABEL

Closed this issue · 1 comments

  • Set a tag when adding container
  • If match, no need to add new container

Invalid point, already doing similar stuff.

public boolean trigger() {
    halt();
    return checkFields(mValidationCallback);
}

And in halt(), it does restoreViews() which would remove the container.