Fixed
Status Update
Comments
co...@google.com <co...@google.com>
sg...@google.com <sg...@google.com>
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
na...@google.com <na...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
Steps to Reproduce or Code Sample to Reproduce:
I pass the following colors to
androidx.compose.material3.TriStateCheckbox
:However the result is that in desabled unchecked state the checkbox has lighter primary color instead of the expected lighter outline color (screenshot attached: most right checkbox is disabled unckecked state, second from the right is enabled unchecked).
CheckboxDefaults.colors()
doc says:However in internal
fun borderColor()
for disabled uncheck StatedisabledBorderColor
is used instead which leads to incorrect design: