do not display wait view by default

This commit is contained in:
Benjamin Reis 2018-05-28 13:39:11 +02:00
parent 63cde5bdc9
commit f23e0aa317

View file

@ -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];