Results 1 issues of lukasz

``` private fun initialize() { if (!isInEditMode) { validators = ArrayList() this.post { if (!editText!!.isInEditMode) initializeTextWatcher() } } } ``` Why do we need to check if editText is not...