It looks like `androidx.core.view.doOnPreDraw` doe...
# android
r
It looks like
androidx.core.view.doOnPreDraw
does not get called if the view is created while the device is locked, is it a known issue? Is there a workaround?
google 2
I found this but that doesn’t really help https://github.com/android/android-ktx/issues/588
I’ll just use
doOnNextLayout
instead I guess