diff --git a/Classes/CallView.m b/Classes/CallView.m index 9ab6596f6..13d6a191b 100644 --- a/Classes/CallView.m +++ b/Classes/CallView.m @@ -233,7 +233,6 @@ static UICompositeViewDescription *compositeDescription = nil; - (void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation { [super didRotateFromInterfaceOrientation:fromInterfaceOrientation]; - [self updateUnreadMessage:NO]; [self previewTouchLift]; [self hideStatusBar:!videoHidden && (_nameLabel.alpha <= 0.f)]; }