Merge branch 'charlesmchen/readVsVisible2'

pull/1/head
Matthew Chen 8 years ago
commit 946240fb69

@ -3799,11 +3799,11 @@ typedef enum : NSUInteger {
- (void)markVisibleMessagesAsRead - (void)markVisibleMessagesAsRead
{ {
if (self.presentedViewController) { if (self.presentedViewController) {
OWSFail(@"%@ Not marking messages as read; another view is presented.", self.logTag); DDLogInfo(@"%@ Not marking messages as read; another view is presented.", self.logTag);
return; return;
} }
if (self.navigationController.topViewController != self) { if (self.navigationController.topViewController != self) {
OWSFail(@"%@ Not marking messages as read; another view is pushed.", self.logTag); DDLogInfo(@"%@ Not marking messages as read; another view is pushed.", self.logTag);
return; return;
} }

Loading…
Cancel
Save