Skip to content

Instantly share code, notes, and snippets.

@Sinarahimi
Created January 7, 2020 06:29
Show Gist options
  • Save Sinarahimi/f4d65b2d02916eb1bfa26503bf8fca86 to your computer and use it in GitHub Desktop.
Save Sinarahimi/f4d65b2d02916eb1bfa26503bf8fca86 to your computer and use it in GitHub Desktop.
Navigation Component back stack
findNavController()
.navigate(R.id.action_splashFragment_to_homeFragment,
null,
NavOptions.Builder()
.setPopUpTo(R.id.splashFragment,
true).build()
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment