Skip to content

Instantly share code, notes, and snippets.

@robertlevonyan
Last active June 15, 2019 12:30
Show Gist options
  • Save robertlevonyan/ea2054ed4002e08aa4ea4496adf5f85d to your computer and use it in GitHub Desktop.
Save robertlevonyan/ea2054ed4002e08aa4ea4496adf5f85d to your computer and use it in GitHub Desktop.
<navigation
...>
<fragment
...>
<action
android:id="@+id/actionStartChat"
app:destination="@id/messageFragment">
<argument
android:name="userId"
app:argType="integer" />
</action>
</fragment>
</navigation>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment