Skip to content

Commit 2a8c795

Browse files
committed
[BOOK-515] fix: 감정 수정 다이얼로그 노출 버그 수정
1 parent a53e627 commit 2a8c795

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

feature/record/src/main/kotlin/com/ninecraft/booket/feature/record/register/RecordRegisterPresenter.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,10 @@ class RecordRegisterPresenter(
270270
}
271271

272272
is RecordRegisterUiEvent.OnEmotionDetailBottomSheetDismiss -> {
273+
if (committedEmotionCode == null) {
274+
selectedEmotionCode = null
275+
selectedEmotionMap = persistentMapOf()
276+
}
273277
isEmotionDetailBottomSheetVisible = false
274278
}
275279

0 commit comments

Comments
 (0)