https://kotlinlang.org logo
#compose-ios
Title
# compose-ios
n

Nmrsmn

09/21/2023, 7:46 AM
Does anybody have experienced compose ios screens disappearing / not appearing on release mode or when opening a modal / pop-up (using present on the viewcontroller, as it is still old code)
It appears that it has something to do with calling the viewDidAppear on the viewcontroller..
d

Dima Avdeev

09/23/2023, 8:54 PM
It happens only on release mode? Can you please provide a minimal reproducible sample project on GitHub?
n

Nmrsmn

09/25/2023, 7:25 AM
@Dima Avdeev Thanks for answering; The release mode doesn’t seem to have something to do with it as it also happens in the debug version when closing a pop-up. I’ve found an issue (https://github.com/JetBrains/compose-multiplatform/issues/3698) which prolly is the same, but when I later today have time I’ll try to make a minimal reproducible sample project for you
2 Views