Is there a Kotlin idiomatic way to set an PreDrawL...
# android
k
Is there a Kotlin idiomatic way to set an PreDrawListener to and Android View using the method
viewTreeObserver.addOnPreDrawListener
that expects and lambda and removing it inside with the
viewTreeObserver.removeOnPreDrawListener
method