Revert "Fix message status bar updating issue"

This reverts commit 739cb1b6ab.
pull/176/head
nielsandriesse 5 years ago
parent fbdab8ccb0
commit 58c28ff674

@ -5413,8 +5413,7 @@ typedef enum : NSUInteger {
targetInteraction = interaction; targetInteraction = interaction;
} }
}]; }];
if (targetInteraction == nil || targetInteraction.interactionType != OWSInteractionType_OutgoingMessage if (targetInteraction == nil || targetInteraction.interactionType != OWSInteractionType_OutgoingMessage) { return; }
|| [LKSessionProtocol isMessageNoteToSelf:self.thread]) { return; }
dispatch_async(dispatch_get_main_queue(), ^{ dispatch_async(dispatch_get_main_queue(), ^{
if (progress <= self.progressIndicatorView.progress) { return; } if (progress <= self.progressIndicatorView.progress) { return; }
self.progressIndicatorView.alpha = 1; self.progressIndicatorView.alpha = 1;

Loading…
Cancel
Save