Skip to content

Instantly share code, notes, and snippets.

@victorbrndls
Created June 22, 2021 23:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save victorbrndls/c8a3bc8b8da1f38822782014bfa05ea1 to your computer and use it in GitHub Desktop.
Save victorbrndls/c8a3bc8b8da1f38822782014bfa05ea1 to your computer and use it in GitHub Desktop.
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)
postponeEnterTransition()
view.doOnPreDraw { startPostponedEnterTransition() }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment