You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
}