Skip to content

Commit

Permalink
Update nav graph
Browse files Browse the repository at this point in the history
  • Loading branch information
backwardstruck committed Sep 17, 2024
1 parent 7f09c54 commit e0a2513
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
app:startDestination="@id/selectPaymentMethodFragment">

<include app:graph="@navigation/nav_graph_order_creations" />
<include app:graph="@navigation/nav_graph_orders" />

<fragment
android:id="@+id/selectPaymentMethodFragment"
Expand Down Expand Up @@ -39,7 +40,7 @@
app:popUpToInclusive="false" />
<action
android:id="@+id/action_selectPaymentMethodFragment_to_orderList"
app:popUpTo="@+id/orders"
app:destination="@+id/orders"
app:popUpToInclusive="false" />
<action
android:id="@+id/action_selectPaymentMethodFragment_to_orderDetailFragment"
Expand Down

0 comments on commit e0a2513

Please sign in to comment.