Skip to content

Instantly share code, notes, and snippets.

@rcmkt
Created August 13, 2019 11:33
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 rcmkt/1eb52a2e2cae4bc5ce99be3b5d634ada to your computer and use it in GitHub Desktop.
Save rcmkt/1eb52a2e2cae4bc5ce99be3b5d634ada to your computer and use it in GitHub Desktop.
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)
parentFragment?.also { parentFragment ->
NewsTransitioner.setupFirstFragment(parentFragment)
parentFragment.postponeEnterTransition()
}
// Initialization UI
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment