File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
feature/search/src/main/kotlin/com/ninecraft/booket/feature/search Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -208,8 +208,8 @@ internal fun SearchContent(
208208 sheetState = bookRegisterBottomSheetState,
209209 onCloseButtonClick = {
210210 coroutineScope.launch {
211- state.eventSink(SearchUiEvent .OnBookRegisterBottomSheetDismiss )
212211 bookRegisterBottomSheetState.hide()
212+ state.eventSink(SearchUiEvent .OnBookRegisterBottomSheetDismiss )
213213 }
214214 },
215215 bookStatuses = BookStatus .entries.toTypedArray().toImmutableList(),
@@ -225,8 +225,8 @@ internal fun SearchContent(
225225 sheetState = bookRegisterSuccessBottomSheetState,
226226 onCancelButtonClick = {
227227 coroutineScope.launch {
228- state.eventSink(SearchUiEvent .OnBookRegisterSuccessBottomSheetDismiss )
229228 bookRegisterSuccessBottomSheetState.hide()
229+ state.eventSink(SearchUiEvent .OnBookRegisterSuccessBottomSheetDismiss )
230230 }
231231 },
232232 onOKButtonClick = { state.eventSink(SearchUiEvent .OnBookRegisterSuccessOkButtonClick ) },
You can’t perform that action at this time.
0 commit comments