mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Remove correct useless call
This commit is contained in:
parent
def60d20d1
commit
4c39dafbe7
1 changed files with 1 additions and 2 deletions
|
|
@ -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)];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue