Rok Oblak
06/20/2024, 11:51 AMImage
with a compose.materialIconsExtended ImageVector (specifically`Icons.Filled.PhotoAlbum`
which is nothing too complicated in terms of its path).
It happens on my physical iPhone 14 Pro and simulators, but typically on a fresh install, afterwards not anymore.
Does not happen on Android or desktop.Rok Oblak
06/20/2024, 11:52 AMImage(
modifier = Modifier.fillMaxSize().clickable {
dropdownState.open()
},
imageVector = Icons.Filled.PhotoAlbum,
colorFilter = ColorFilter.tint(MaterialTheme.colorScheme.onPrimaryContainer),
contentDescription = "Image",
)
I have a button that toggles it coming in and out of the composition. When the button is clicked, the app hangs for 1+ seconds.Max
06/21/2024, 3:47 PMMax
06/22/2024, 5:45 PMRok Oblak
06/22/2024, 7:08 PMMax
06/22/2024, 8:38 PMRok Oblak
06/23/2024, 3:12 PM