Skip to content

Commit

Permalink
fix(#290): navigation_graph popUpTo 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehan4707 committed Dec 13, 2023
1 parent 596d3a7 commit d39274e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion AOS/app/src/main/res/navigation/nav_graph.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@
android:label="ProfileActivity" />
<action
android:id="@+id/action_to_boardListFragment"
app:destination="@id/boardListFragment" />
app:destination="@id/boardListFragment"
app:popUpTo="@id/spaceListFragment"
/>
<action
android:id="@+id/action_to_recycleBinFragment"
app:destination="@id/recycleBinFragment" />
Expand Down

0 comments on commit d39274e

Please sign in to comment.