compose-multiplatform-core icon indicating copy to clipboard operation
compose-multiplatform-core copied to clipboard

Fix Swipe Back crash when app is launched from defaultUIKitMain

Open ASalavei opened this issue 5 months ago • 1 comments

Currently the app crashes on a swipe back gesture, if the root controller is a UINavigationController. The UIApplication should be initialized before the view controller is being created.

Fixes https://youtrack.jetbrains.com/issue/CMP-6727/Swipe-back-crashes-when-app-started-from-defaultUIKitMain

Release Notes

Introduce new defaultUIKitMain to postpone the creation of the View Controller until the UIApplication is launched.

ASalavei avatar Sep 23 '24 07:09 ASalavei