Created
March 2, 2022 11:56
-
-
Save danielwilson1702/eb5e6a7c3527373c71d7a264d514b0a8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
primaryViewModel.selection.observe(viewLifecycleOwner) { | |
val directions = | |
DetailNavGraphDirections.openDetail(args.tabNumber, "Selection observed: $it") | |
detailNavHostFragment.navController.navigate(directions) | |
binding.root.open() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment