Join Slack
Powered by
Is there a Kotlin idiomatic way to set an PreDrawL...
# android
k
koufa
01/12/2017, 5:41 PM
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
3
Views
Open in Slack
Previous
Next