Created
March 24, 2021 11:10
-
-
Save igorescodro/921d66b2bd24d3e67b207ef2b9e16c84 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
NavDeepLinkBuilder(context) | |
.setGraph(R.navigation.nav_graph) | |
.setDestination(R.id.taskDetailFragment) | |
.setArguments(arguments) | |
.createPendingIntent() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment