mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-09 22:36:18 +00:00
enableClose = false removes ModalView's handler rather than neutering it, so Compose passed Back down to ChatView's, closing the chat behind the form that was still on screen. Register a no-op handler that wins while creating. Also guard the iOS incognito row on contactConnection, as Kotlin already does: incognitoEnabled is a binding onto the app-wide default, so starting a change that cannot happen wrote that preference twice to undo itself.