Fixed
Status Update
Comments
th...@gmail.com <th...@gmail.com> #2
can you confirm repro?
ap...@google.com <ap...@google.com> #3
Yes this occurs when having duplicates in the list. I've been told there's an internal bug already opened on this.
listAdapter.submitList(Arrays.asList("one", null));
listAdapter.submitList(Arrays.asList("one", null, "two", null));
listAdapter.submitList(Arrays.asList("one", null));
listAdapter.submitList(Arrays.asList("one", null, "two", null));
lo...@gmail.com <lo...@gmail.com> #4
thanks, please update this issue when internal bug gets resolved
ke...@google.com <ke...@google.com>
ke...@google.com <ke...@google.com>
na...@google.com <na...@google.com> #5
any news?
Description
Jetpack Compose version: androidx.compose.material3:material3-android:1.2.0-alpha06 Jetpack Compose component used: ModalBottomSheet Android Studio Build: Build #AI-223.8836.35.2231.10671973, built on August 17, 2023 Kotlin version: 1.8.12 Devices/Android versions reproduced on: Pixel 6, AndroidStudio preview
ModalBottomSheet adds extra offset at the right of the screen visible on the screenshots. This is even more visible if you adjust preview width.