Assigned
Status Update
Comments
al...@gmail.com <al...@gmail.com> #2
Seeing the same issue in ModalBottomSheet from material3-android -> 1.4.0-alpha05
.
No update yet.
Seeing the same issue in ModalBottomSheet from material3-android -> 1.4.0-alpha05
.
Description
Jetpack Compose version: 2023.08.00 (I know it's stale, I can't upgrade to latest due to PullToRefresh breaking changes I cannot address right now)
Jetpack Compose component(s) used: DatePicker, DatePickerState, TimePicker, TimePickerState
Android Studio Build: latest
Kotlin version: 2.0.10
Steps to Reproduce or Code Sample to Reproduce:
datePickerState
andtimePickerState
DatePickerDialog
TimePickerDialog
As you can see, it's essential to have
datePickerDate
contain the stored time in order to get the right date.NOTE: this doesn't fix https://issuetracker.google.com/issues/281859606