I’m seeing in production some crashes for `invalid...
# compose-ios
m
I’m seeing in production some crashes for `invalidatePositionInWindow`: Does anybody know what the root cause for that is? Phone: iPhone SE
i
Please file YT issue with reproduction. cc @Andrei Salavei
Copy code
check(!isClosed) { "invalidatePositionInWindow called after ComposeScene is closed" }
Use after close. Similar one in the tracker: CMP-7686 kotlin.IllegalStateException: density set after ComposeScene is closed But I'm not sure what version is used here
a
Also, cold you please provide more details about the crash, like full crash log, kotlin and compose multiplatform versions.
Thank you for providing logs. As @Ivan Matkov told, the issue most likely solved in the latest Compose Version.
🙌 1