mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-20 14:49:55 +00:00
The form being covered by another modal was the only branch here that said nothing: the profile exists, the invitation did not move, and the form comes back with the name still typed so Create fails as a duplicate. Add isModalOpenNotClosing to tell covered from dismissed - excluding toRemove, or the close animation would report a dismissal as a cover. Gate the compose picker's branches rather than its rows. Master had no gate there at all, so blocking the local expand/collapse was a regression this branch introduced; only changeProfile and the incognito writes need it.