Fixed Bug P2 Add Hotlist Status UpdateNo update yet.Descriptional...@gmail.com created issue #1Mar 7, 2021 09:08PMThe 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. Issue summaryCommentsAll comments Oldest first cl...@google.com <cl...@google.com> Mar 8, 2021 02:32PMReassigned to ma...@google.com.ap...@google.com <ap...@google.com> #2Jun 2, 2021 12:26PMMarked as fixed.There is a report about it in kotlinlang Slack: https://kotlinlang.slack.com/archives/C01D6HTPATV/p1706005056105739 ma...@google.com <ma...@google.com> #3Jun 2, 2021 12:27PMThanks for the report! Add comment Comment
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.