mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
Room Creation - Invite people: Cancel room creation when cancel is pressed whereas the participants list is empty
This commit is contained in:
@@ -657,7 +657,7 @@
|
||||
else if (sender == self.navigationItem.leftBarButtonItem)
|
||||
{
|
||||
// Cancel has been pressed
|
||||
if (_isAddParticipantSearchBarEditing)
|
||||
if (_isAddParticipantSearchBarEditing && participants.count)
|
||||
{
|
||||
// Cancel the search process
|
||||
[self searchBarCancelButtonClicked:_searchBarView];
|
||||
|
||||
Reference in New Issue
Block a user