|
|
@ -3834,6 +3834,10 @@ typedef enum : NSUInteger {
|
|
|
|
DDLogInfo(@"%@ 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 (OWSWindowManager.sharedManager.shouldShowCallView) {
|
|
|
|
|
|
|
|
DDLogInfo(@"%@ Not marking messages as read; call view is presented.", self.logTag);
|
|
|
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
}
|
|
|
|
if (self.navigationController.topViewController != self) {
|
|
|
|
if (self.navigationController.topViewController != self) {
|
|
|
|
DDLogInfo(@"%@ 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;
|
|
|
|