Files
simplex-chat/apps
Narasimha-sc 767db0af21 ios: disable the submit button while creating, as Kotlin already does
The form's only in-flight protection was the picker's own check-and-set, which makes a
second tap a silent no-op - the button stayed live with nothing visibly happening for
the whole of the create plus the profile list refresh. Kotlin gained a submitting flag
for this; iOS did not.

Also trims the last of the long doc comments on isLastModalOpenNotClosing.
2026-08-06 18:24:35 +00:00
..