Remove correct useless call

This commit is contained in:
Benjamin Reis 2018-06-20 17:09:31 +02:00
parent def60d20d1
commit 4c39dafbe7

View file

@ -138,8 +138,6 @@ static UICompositeViewDescription *compositeDescription = nil;
_waitView.hidden = TRUE;
LinphoneManager.instance.nextCallIsTransfer = NO;
[self updateUnreadMessage:FALSE];
// Update on show
[self hideRoutes:TRUE animated:FALSE];
[self hideOptions:TRUE animated:FALSE];
@ -233,6 +231,7 @@ static UICompositeViewDescription *compositeDescription = nil;
- (void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation {
[super didRotateFromInterfaceOrientation:fromInterfaceOrientation];
[self updateUnreadMessage:NO];
[self previewTouchLift];
[self hideStatusBar:!videoHidden && (_nameLabel.alpha <= 0.f)];
}