Skip to content

Commit df2a506

Browse files
committed
🐛 러닝 종료화면에서 인증글 작성 시 백스택 버그 수정
1 parent bf96ec4 commit df2a506

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

presentation/src/main/res/navigation/navigation_graph.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@
8888
app:argType="com.whyranoid.presentation.model.RunningHistoryUiModel" />
8989
<action
9090
android:id="@+id/action_createRunningPostFragment_to_communityFragment"
91-
app:destination="@id/communityFragment" />
91+
app:destination="@id/communityFragment"
92+
app:popUpTo="@id/runningStartFragment"
93+
app:popUpToInclusive="true" />
9294
</fragment>
9395
<fragment
9496
android:id="@+id/runningFinishFragment"

0 commit comments

Comments
 (0)