From 3f587387195d02b88df2ca5d84844019906cfef3 Mon Sep 17 00:00:00 2001 From: Benjamin Reis Date: Wed, 20 Jun 2018 17:03:03 +0200 Subject: [PATCH] remove useless call to unread message --- Classes/CallView.m | 1 - 1 file changed, 1 deletion(-) 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)]; }