Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
sg...@google.com <sg...@google.com>
ap...@google.com <ap...@google.com> #2
Thanks for filing this issue!
While it doesn't seem directly related to third-party cookie dependencies or Privacy Sandbox, we may be missing something. If you are confident that this issue is related to third-party cookies, please submit a
This thread will no longer be monitored for responses.
na...@google.com <na...@google.com> #3
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.compose.material3:material3:1.4.0-alpha02
androidx.compose.material3:material3-android:1.4.0-alpha02
androidx.compose.material3:material3-jvmstubs:1.4.0-alpha02
androidx.compose.material3:material3-linuxx64stubs:1.4.0-alpha02
pr...@google.com <pr...@google.com> #4
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.compose.material3:material3:1.3.1
androidx.compose.material3:material3-android:1.3.1
androidx.compose.material3:material3-desktop:1.3.1
Description
Jetpack Compose version:1.2.1
Jetpack Compose component(s) used: DateRangePicker
Android Studio Build: AI-232.10300.40.2321.11567975
Kotlin version: 1.9.22
Steps to Reproduce or Code Sample to Reproduce:
1.Show date range picker
2.Update selected month on the state (displayedMonthMillis)
3.Nothing happens.
Same happens if initialDisplayedMonthMillis is set but the correct month is not displayed. I've checked on DatePicker.kt _displayedMonth.value is correctly set to right month but nothing happen on the ui.
Unless I misunderstood the purpose of this displayedMonthMillis
Example code from base project (only the MainActivity )