inmite / android-validation-komensky

A simple library for validating user input in forms using annotations.
Apache License 2.0
508 stars 78 forks source link

error show when parent view is gone #42

Open shoyu666 opened 8 years ago

shoyu666 commented 8 years ago

when editext's parent group view is set gone
if (view.getVisibility() == View.GONE || view.getVisibility() == View.INVISIBLE) { // don't run validation on views that are not visible // how about parent situ... continue; }