Skip to content

Commit

Permalink
✨ add making recipe in nav_graph
Browse files Browse the repository at this point in the history
  • Loading branch information
ii2001 authored and ii2001 committed Jul 25, 2024
1 parent b98e272 commit 917b44c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions android/app/src/main/res/navigation/nav_graph.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,13 @@
android:name="net.pengcook.android.presentation.search.SearchFragment"
android:label="fragment_search"
tools:layout="@layout/fragment_search" />
<fragment
android:id="@+id/recipeMakingFragment"
android:name="net.pengcook.android.presentation.making.RecipeMakingFragment"
android:label="RecipeMakingFragment" />
<fragment
android:id="@+id/stepMakingFragment"
android:name="net.pengcook.android.presentation.making.step.StepMakingFragment"
android:label="StepMakingFragment" />

</navigation>

0 comments on commit 917b44c

Please sign in to comment.