Hey everyone
Im creating a content in LazyColumn with flow row and putting 100 item in flowRow. Now when i put this content in bottomsheet it crash in ios not in android with below exp.
Copy code
-[MTLTextureDescriptorInternal validateWithDevice:]:1357: failed assertion `Texture Descriptor Validation
MTLTextureDescriptor has height (15370) greater than the maximum allowed size of 8192.
➕ 1
s
Suresh Maidaragi
06/27/2024, 3:55 AM
@Elijah Semyonov is there any workaround for this?
e
Elijah Semyonov
06/27/2024, 8:13 AM
The fix will be deployed with next release.
For now as a workaround use
platformLayers = false
in
ComposeUIViewControllerConfiguration
r
Rohit
06/27/2024, 8:24 AM
thank you for your response, I will do above workaround
Just one more point-
same issue happen when we scale the image to 3f in ipad while zooming