Fixed
Status Update
Comments
cl...@google.com <cl...@google.com>
ap...@google.com <ap...@google.com> #2
It looks isAudioPathA2DPStatic() is not in the android internal code base which means Samsung specific changes.
ma...@google.com <ma...@google.com> #3
Banseok, do you know where to reroute this issue?
Description
The problem occurs in this line:https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/material/material/src/commonMain/kotlin/androidx/compose/material/ModalBottomSheet.kt;l=309;drc=bac224c07d3f114ef8c38b840536a8e45f17317b
I think this code should probably be checking if the alpha is 0f instead of if the color is
0x00000000
. That way you can cover all transparent hex colors, not just transparent black.