Cancel the room member search if the view disappears.

This commit is contained in:
yannick 2015-11-27 15:29:54 +01:00
parent 1e85502cb6
commit f842ae75aa

View file

@ -177,6 +177,12 @@
[currentAlert dismiss:NO];
currentAlert = nil;
}
// cancel any pending search
if (addParticipantsSearchBarCell.mxkSearchBar)
{
[self searchBarCancelButtonClicked:addParticipantsSearchBarCell.mxkSearchBar];
}
}
#pragma mark -