Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
co...@google.com <co...@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
Jetpack Compose version: 2023.10.01 BOM
Jetpack Compose component used: Material 3
Android Studio Build: AI-232.10227.8.2321.11231672 (Iguana | 2023.2.1 Beta 1)
Kotlin version: 1.9.21
Description
The Material 3 spec calls for in the disabled state. I've attached screenshots of the expected and actual outlines.
OutlinedButton
outline doesn't visually match what theSteps to reproduce:
Wrap a disabled
OutlinedButton
inMaterialTheme
andSurface
like so: