Optimize UNDERLABEL
Closed this issue · 1 comments
thyrlian commented
- Set a tag when adding container
- If match, no need to add new container
thyrlian commented
Invalid point, already doing similar stuff.
public boolean trigger() {
halt();
return checkFields(mValidationCallback);
}
And in halt()
, it does restoreViews()
which would remove the container.