remove useless call

This commit is contained in:
Benjamin Reis 2018-05-03 16:25:57 +02:00
parent c984a22f1d
commit 2399f505b3

View file

@ -204,7 +204,6 @@ static UICompositeViewDescription *compositeDescription = nil;
_chatView.hidden = NO;
[self update];
[ChatConversationView markAsRead:_chatRoom];
}
- (void)applicationWillEnterForeground:(NSNotification *)notif {