From 4c39dafbe7d186c17b8b5fade56c16ff86846f20 Mon Sep 17 00:00:00 2001 From: Benjamin Reis Date: Wed, 20 Jun 2018 17:09:31 +0200 Subject: [PATCH] Remove correct useless call --- Classes/CallView.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Classes/CallView.m b/Classes/CallView.m index 13d6a191b..a7e762899 100644 --- a/Classes/CallView.m +++ b/Classes/CallView.m @@ -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)]; }