Skip to content

Commit

Permalink
주석 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
plgafhd committed Jan 26, 2025
1 parent cd1086c commit 472d7e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,13 @@ fun SearchOptionSheet(
tagTypePlaceable.height + SearchOptionSheetConstants.TopMargin.toPx()
.roundToInt(),
)
if (optionSheetMode != OptionSheetMode.TimeSelect) {
if (optionSheetMode != OptionSheetMode.TimeSelect) { // 시간 선택 시트에서는 X 버튼 숨김
closeBottomSheetPlaceable.placeRelative(
tagTypePlaceable.width + tagListPlaceable.width - 52.dp.toPx().roundToInt(),
(SearchOptionSheetConstants.TopMargin.toPx().roundToInt() - 32.dp.toPx().roundToInt()) / 2,
)
}
if (baseAnimatedFloat.value != 0f) dragSheetPlaceable.placeRelative(0, 0)
if (optionSheetMode == OptionSheetMode.TimeSelect) dragSheetPlaceable.placeRelative(0, 0)
}
}
}

0 comments on commit 472d7e9

Please sign in to comment.