Skip to content

Instantly share code, notes, and snippets.

@oradkovsky
Created April 28, 2020 19:02
Show Gist options
  • Select an option

  • Save oradkovsky/0211fbfad373855a702088bb276af4f7 to your computer and use it in GitHub Desktop.

Select an option

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