Skip to content

Instantly share code, notes, and snippets.

@alexshr
Last active August 7, 2019 15:55
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 alexshr/db441c185559d27f3c2123672c48b00f to your computer and use it in GitHub Desktop.
Save alexshr/db441c185559d27f3c2123672c48b00f to your computer and use it in GitHub Desktop.
Get fragment args from navigation action (lazy delegate from navigation-ktx)
//using ktx for args https://developer.android.com/kotlin/ktx#navigation
val arguments by navArgs<SleepQualityFragmentArgs>()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment