added an argument to the ShoppinglistShoplistFragment navigation

This commit is contained in:
2024-06-04 00:21:12 +02:00
parent 47e1283ba2
commit acb211c219
5 changed files with 19 additions and 4 deletions

View File

@@ -31,5 +31,9 @@
android:id="@+id/shoppinglistLists"
android:name="de.chrissthecoder.store.ui.dashboard.tabfragment.shoppinglist.ShoppinglistListsFragment"
android:label="@string/nav_shoppinglist"
tools:layout="@layout/fragment_shoppinglist_lists" />
tools:layout="@layout/fragment_shoppinglist_lists" >
<argument
android:name="shopID"
app:argType="integer" />
</fragment>
</navigation>