Files
simplex-chat/plans
Narasimha-sc d2adea5481 swallow Back while creating instead of leaving it unhandled
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.
2026-08-07 16:23:07 +00:00
..