Skip to content

Instantly share code, notes, and snippets.

@oluwabajio
Created June 22, 2021 10:02
Show Gist options
  • Save oluwabajio/c6ce015c0a1cf0a89191a1c617ad3550 to your computer and use it in GitHub Desktop.
Save oluwabajio/c6ce015c0a1cf0a89191a1c617ad3550 to your computer and use it in GitHub Desktop.
NavHostFragment.findNavController(ZoomerFragment.this).navigate(R.id.action_SecondFragment_to_FirstFragment);
Navigation.findNavController(getView()).navigate(R.id.action_SecondFragment_to_FirstFragment);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment