Open shoyu666 opened 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; }
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; }