Fixed
Status Update
Comments
se...@google.com <se...@google.com>
se...@google.com <se...@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?
se...@google.com <se...@google.com>
pr...@google.com <pr...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
COMPOSE_MATERIAL_3 = "1.1.1"
GOOGLE_MATERIAL_COMPONENTS = "com.google.android.material:material:1.9.0"
Jetpack Compose component used: OutlinedCard
Android Studio Build: Build #AI-231.9392.1.2311.11047128
Kotlin version: 1.8.22
Steps to Reproduce or Code Sample to Reproduce:
OutlinedCard(
modifier = modifier
.weight(1f)
.wrapContentSize()
.clickable(
enabled = onElementClick != null,
onClick = { onElementClick!!.invoke() },
),
// border = BorderStroke(1.dp, MaterialTheme.colorScheme.outlineVariant)
)
Stack trace (if applicable):