Skip to content

Instantly share code, notes, and snippets.

@1jGabriel
Created October 19, 2020 13:25
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 1jGabriel/957340aa9925764fc8cea0818312c476 to your computer and use it in GitHub Desktop.
Save 1jGabriel/957340aa9925764fc8cea0818312c476 to your computer and use it in GitHub Desktop.
class FragmentB : Fragment() {
fun onViewCreated(...) {
...
...
view.setOnClickListener {
val uri = Uri.parse("myApp://fragmentD")
findNavController().navigate(uri)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment