remove useless call to unread message

This commit is contained in:
Benjamin Reis 2018-06-20 17:03:03 +02:00
parent c4bfa0f394
commit 3f58738719

View file

@ -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)];
}