mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 02:58:07 +00:00
cache addGroupChatButton when editing
This commit is contained in:
parent
99de0f1da3
commit
f2b1e7bc29
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
}
|
||||
|
||||
- (IBAction)onEditionChangeClick:(id)sender {
|
||||
_addButton.hidden = self.tableController.isEditing;
|
||||
_addButton.hidden = _addGroupChatButton.hidden = self.tableController.isEditing;
|
||||
[_backToCallButton update];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue