Skip to content

Commit

Permalink
✨ add recipe id argument for step making fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkim2689 committed Aug 6, 2024
1 parent e9fcf6b commit d29221d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion android/app/src/main/res/navigation/nav_graph.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,11 @@
<fragment
android:id="@+id/stepMakingFragment"
android:name="net.pengcook.android.presentation.making.step.StepMakingFragment"
android:label="StepMakingFragment" />
android:label="StepMakingFragment">
<argument
android:name="recipeId"
app:argType="long" />
</fragment>


<fragment
Expand Down

0 comments on commit d29221d

Please sign in to comment.