From 2399f505b31223846eb307ee83552d9accb6d4db Mon Sep 17 00:00:00 2001 From: Benjamin Reis Date: Thu, 3 May 2018 16:25:57 +0200 Subject: [PATCH] remove useless call --- Classes/ChatConversationView.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Classes/ChatConversationView.m b/Classes/ChatConversationView.m index 70a8b1e7c..eb30ddf18 100644 --- a/Classes/ChatConversationView.m +++ b/Classes/ChatConversationView.m @@ -204,7 +204,6 @@ static UICompositeViewDescription *compositeDescription = nil; _chatView.hidden = NO; [self update]; - [ChatConversationView markAsRead:_chatRoom]; } - (void)applicationWillEnterForeground:(NSNotification *)notif {