You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before you want to capture your LazyColumn, use a Box wrapping your LazyColumn with a very large requiredHeight. After UI recomposed and drawn, you can capture the whole LazyColumn.
when i use captureAsync,i only get the first page, not a whole page
LazyVerticalGrid(modifier = Modifier.capturable(captureController)){}
The text was updated successfully, but these errors were encountered: