Status Update
Comments
ke...@google.com <ke...@google.com> #2
This is probably happening because there are multiple instances of DataStore active. You should consider managing the DataStore as a singleton. See the attached bug for more info.
se...@gmail.com <se...@gmail.com> #3
i used Material 3 with Compose BOM 2024.09.03
implementation("androidx.compose.material3:material3")
So i Think, I use 1.3.0 version
ma...@google.com <ma...@google.com> #4
Closing as a duplicate of
Description
Jetpack Compose version: Compose-bom 2024.09.03
Material Library Version (M2, M3 or Both?): M3
Material Compose component used: ModalBottomSheet
Android Studio Build: Android Studio Ladybug | 2024.2.1 Build #AI-242.21829.142.2421.12409432, built on September 25, 2024 Runtime version: 21.0.3+-79915917-b509.11 aarch64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Toolkit: sun.lwawt.macosx.LWCToolkit macOS 14.7 GC: G1 Young Generation, G1 Concurrent GC, G1 Old Generation Memory: 8192M Cores: 10 Metal Rendering is ON Registry: ide.instant.shutdown=false debugger.new.tool.window.layout=true ide.experimental.ui=true i18n.locale= ide.images.show.chessboard=true terminal.new.ui=true Non-Bundled Plugins: ink.organics.pojo2json (2.1.0) Dart (242.21829.3) wu.seal.tool.jsontokotlin (3.7.5) name.kropp.intellij.makefile (242.20224.155) io.flutter (81.1.3)
Kotlin version: 2.0.20
is Already Same issue https://issuetracker.google.com/issues/338342149
Steps to Reproduce or Code Sample to Reproduce:
I was originally using Compose 2024.06.00, and I recently updated to Compose 2024.09.03. Before the version update, even when using the BottomSheet in full screen mode, it did not overlap with the status bar area. However, after the update, there is a bug where the BottomSheet invades the status bar area.
After checking Google Issue Tracker, it seems that this was an issue that had already been resolved but has reappeared.
Let me explain the files I’ve provided.