Ruineie

Results 2 comments of Ruineie

Hi. Here is the card I want to capture. ``` Card( modifier = Modifier .size(320.dp, 470.dp), shape = RoundedCornerShape(0.dp), colors = CardDefaults.cardColors(containerColor = Color(0xFF83AE3D)), elevation = CardDefaults.cardElevation(4.dp) ) { Column(...

> I found the same issue: > > But when I was investigating the problem, I notice that when show the list in logcat. > > ``` > D/MainActivity:androidx.compose.runtime.snapshots.SnapshotStateList@f1e2953 >...