Skip to content

Commit

Permalink
Merge pull request #125 from depromeet/fix/#104-1st-qa-minseo
Browse files Browse the repository at this point in the history
[FIX/#118] 모임 생성 오류 수정
  • Loading branch information
Mnseo authored Feb 1, 2024
2 parents f8a91b9 + 94afe1f commit 3f161f6
Show file tree
Hide file tree
Showing 33 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,13 @@ class MoimFragment :
viewModel.getGroup(meetingId)
viewModel.updateSheetEvent(ScreenState.CancelInit)
} else {
setupUI()
if(viewModel.screenState.value == ScreenState.Address) {
setupUI()
} else {
viewModel.updateSheetEvent(ScreenState.Topic)
setupUI()
viewModel.initializeState()
}
}

lifecycleScope.launchWhenStarted {
Expand Down Expand Up @@ -128,7 +134,6 @@ class MoimFragment :
}

private fun setupUI() {
viewModel.updateSheetEvent(ScreenState.Topic)
lifecycleScope.launchWhenStarted {
viewModel.currentStep.collect {currentStep ->
animateProgressBar(currentStep)
Expand Down Expand Up @@ -173,7 +178,7 @@ class MoimFragment :
ScreenState.Success -> {
delay(1000)
(activity as MainActivity).showBottomNavi()
delay(5000)
delay(2000)
viewModel.initializeState()
}
ScreenState.DeleteSuccess -> {
Expand Down
Binary file modified build-logic/convention/build/classes/kotlin/main/Constants.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
12
14
0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified build-logic/convention/build/libs/convention.jar
Binary file not shown.

0 comments on commit 3f161f6

Please sign in to comment.