Skip to content

Instantly share code, notes, and snippets.

@oradkovsky
Created April 28, 2020 19:02
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 oradkovsky/0211fbfad373855a702088bb276af4f7 to your computer and use it in GitHub Desktop.
Save oradkovsky/0211fbfad373855a702088bb276af4f7 to your computer and use it in GitHub Desktop.
class MyFragment1 : Fragment() {
private val myViewModel: MyViewModel by sharedGraphViewModel(R.id.myNavGraph)
}
class MyFragment2 : Fragment() {
private val myViewModel: MyViewModel by sharedGraphViewModel(R.id.myNavGraph)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment