Skip to content

Commit

Permalink
fix : backstack 관리
Browse files Browse the repository at this point in the history
  • Loading branch information
hangunhee39 committed Jan 17, 2024
1 parent 03c6ed4 commit 54c0915
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class CreateCapsule1Fragment :

if (!viewModel.isGroupCapsuleCreate){
navController.navigate(R.id.action_createCapsule1Fragment_to_createCapsule2Fragment)
navController.popBackStack()
}
}
override fun observeData() {}
Expand Down

0 comments on commit 54c0915

Please sign in to comment.