Skip to content
Snippets Groups Projects
Commit 3247564b authored by Taras's avatar Taras
Browse files

Add type arg to navigation

parent 0d03490f
No related branches found
No related tags found
No related merge requests found
...@@ -85,6 +85,11 @@ ...@@ -85,6 +85,11 @@
android:id="@+id/peopleCategoryDialogFragment" android:id="@+id/peopleCategoryDialogFragment"
android:name="org.futo.circles.feature.people.category.PeopleCategoryDialogFragment" android:name="org.futo.circles.feature.people.category.PeopleCategoryDialogFragment"
tools:layout="@layout/dialog_fragment_people_category"> tools:layout="@layout/dialog_fragment_people_category">
<argument
android:name="categoryType"
app:argType="org.futo.circles.model.PeopleCategoryTypeArg"
app:nullable="false" />
<action <action
android:id="@+id/to_userFragment" android:id="@+id/to_userFragment"
app:destination="@id/userFragment"> app:destination="@id/userFragment">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment