mattinger
12/05/2022, 10:14 PMprivate fun snapshot(content: @Composable () -> Unit) {
paparazzi.snapshot {
XfinityTheme {
Surface {
content()
}
}
}
}
This ends up screenshotting the screen where the dialog will be over, but not the actual dialog. Not sure if there’s a way to have paparazzi delay the snapshot or not.Albert Chang
12/06/2022, 8:52 AMmattinger
12/06/2022, 6:43 PMmattinger
12/06/2022, 6:44 PMAlbert Chang
12/07/2022, 1:21 PM