diff --git a/Classes/CallView.m b/Classes/CallView.m index fe5a43625..9ab6596f6 100644 --- a/Classes/CallView.m +++ b/Classes/CallView.m @@ -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];