Room Creation - Invite people: Cancel room creation when cancel is pressed whereas the participants list is empty

This commit is contained in:
giomfo
2016-09-08 10:08:25 +02:00
parent cd369b1c15
commit cd809e8e8c
2 changed files with 2 additions and 2 deletions
@@ -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];