Arsildo Murati
12/09/2024, 1:59 PMArsildo Murati
12/09/2024, 2:00 PMkfun:coil3.compose.$Content$lambda$2$FUNCTION_REFERENCE$1.$<bridge-NNNNB>measure@androidx.compose.ui.layout.MeasureScope(androidx.compose.ui.layout.MeasureScope;kotlin.collections.List<androidx.compose.ui.layout.Measurable>){}androidx.compose.ui.layout.MeasureResult#internal + 239
Arsildo Murati
12/09/2024, 2:02 PMArsildo Murati
12/09/2024, 2:02 PMIvan Matkov
12/09/2024, 2:06 PMmattinger
12/09/2024, 2:06 PMIvan Matkov
12/09/2024, 2:06 PMKashismails
01/10/2025, 5:16 AM1.7.3
with the latest material3 adaptive suite 1.1.0-alpha01.
Ivan Matkov
01/10/2025, 8:26 AM1.7.*
. It just means that this library bumped compose to 1.8 alpha. ./gradlew :app:dependencies
to checkKashismails
01/10/2025, 9:31 AMmattinger
01/22/2025, 6:49 PMColumn(
modifier = modifier
.semantics {
this.expanded = expanded
}
) {
Row(
modifier = Modifier
.clickable { onExpandedChanged(!expanded) }
But i'm wondering if i should be using "toggleable" or not. I assume not, just simply because only the title row expands and contracts the control, so the overall column itself would not be considered toggleable, but I figured it's worth asking the question.