Also doesn't work ``` view?.addOnLayoutChangeList...
# android
a
Also doesn't work
Copy code
view?.addOnLayoutChangeListener(View.OnLayoutChangeListener { v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom ->
            view?.removeOnLayoutChangeListener(this@OnLayoutChangeListener)
            presenter.getWeather()
        })