Skip to content

Commit

Permalink
fix : 테스트를 위해 변경했던 네비게이션 돌려놓기
Browse files Browse the repository at this point in the history
  • Loading branch information
HamBP committed Nov 26, 2023
1 parent 500719a commit 9067ff3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/nav_graph"
app:startDestination="@id/player_nav_graph">
app:startDestination="@id/home_nav_graph">

<include app:graph="@navigation/home_navigation" />
<include app:graph="@navigation/login_navigation" />
Expand Down

0 comments on commit 9067ff3

Please sign in to comment.