Don't mark messages as read if conversation view isn't 100% visible.

pull/1/head
Matthew Chen 7 years ago
parent 78de7a10f7
commit 692d0a7579

@ -3798,7 +3798,6 @@ typedef enum : NSUInteger {
- (void)markVisibleMessagesAsRead
{
// TODO: Make sure that we're still marking messages as read when we leave this VC.
if (self.presentedViewController) {
DDLogInfo(@"%@ Not marking messages as read; another view is presented.", self.logTag);
return;

Loading…
Cancel
Save