Skip to content

Instantly share code, notes, and snippets.

@rcmkt
Created September 26, 2019 09:40
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/6ddde6dc9a1944258469185e460824f0 to your computer and use it in GitHub Desktop.
Save rcmkt/6ddde6dc9a1944258469185e460824f0 to your computer and use it in GitHub Desktop.
FirstFragment
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)
parentFragment?.also { parentFragment ->
NewsTransitioner.setupFirstFragment(parentFragment)
parentFragment.postponeEnterTransition()
}
// Initialization UI
}
@anilkumarreddyvskub
Copy link

Hi Dimitry, Can you please let me know, What Actually, have to use in the place of NewsTransitioner in the above code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment