Assigned
Status Update
Comments
ra...@google.com <ra...@google.com>
wi...@google.com <wi...@google.com> #2
Hey hughesno1@, when do you add the onPreDrawListener to delay the rendering of activity? Mind providing us with a sample application?
lb...@gmail.com <lb...@gmail.com> #3
Nothing was specified to wait for and there are no blocking bugs or pending CLs. For usage information see go/bugjuggler.
lb...@gmail.com <lb...@gmail.com> #4
lb...@gmail.com <lb...@gmail.com> #5
Hi. I've received your bug and will wait for b/372873253 to be updated by hughesno1@gmail.com and then assign the bug to wilsonshih@google.com.
Description
"Alternatively, if a SplashScreen instance is not required, the theme can manually be set using Activity.setTheme."
But it doesn't say at which point, doesn't show a snippet, doesn't even say I should use installSplashScreen in this case.
Maybe I can still use this:
val content: View = findViewById(android.R.id.content)
content.viewTreeObserver.addOnPreDrawListener(
?