Hey everyone Im creating a content in LazyColumn w...
# multiplatform
r
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
@Elijah Semyonov is there any workaround for this?
e
The fix will be deployed with next release. For now as a workaround use
platformLayers = false
in
ComposeUIViewControllerConfiguration
r
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