Skip to content

Commit

Permalink
데이트 피커 초기화 버튼 오작동 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
likppi10 committed Aug 18, 2023
1 parent 592c32b commit f4ef0ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fun BandalartDatePicker(
.invokeOnCompletion {
if (!datePickerState.isVisible) {
onResult(
null,
LocalDateTime.now(),
false,
)
}
Expand Down

0 comments on commit f4ef0ff

Please sign in to comment.