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
private fun initialize() {
if (!isInEditMode) {
validators = ArrayList()
this.post {
if (!editText!!.isInEditMode)
initializeTextWatcher()
}
}
}
Why do we need to check if editText is not in edit mode after w made sure layout is not. Is that possible that one of them is in edit mode and the other one is not?
The text was updated successfully, but these errors were encountered:
Why do we need to check if editText is not in edit mode after w made sure layout is not. Is that possible that one of them is in edit mode and the other one is not?
The text was updated successfully, but these errors were encountered: