mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
do not display wait view by default
This commit is contained in:
parent
63cde5bdc9
commit
f23e0aa317
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
|
||||
- (void)viewWillAppear:(BOOL)animated {
|
||||
[super viewWillAppear:animated];
|
||||
_waitView.hidden = FALSE;
|
||||
_waitView.hidden = TRUE;
|
||||
LinphoneManager.instance.nextCallIsTransfer = NO;
|
||||
|
||||
[self updateUnreadMessage:FALSE];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue