Skip to content

Commit

Permalink
♻️ change the start destination to home
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkim2689 authored and ii2001 committed Aug 5, 2024
1 parent 83ba3e2 commit 3792bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/res/navigation/nav_graph.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/nav_graph"
app:startDestination="@id/onboardingFragment">
app:startDestination="@id/homeFragment">

<fragment
android:id="@+id/homeFragment"
Expand Down

0 comments on commit 3792bd9

Please sign in to comment.