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;
}
}];
if (targetInteraction == nil || targetInteraction.interactionType != OWSInteractionType_OutgoingMessage
|| [LKSessionProtocol isMessageNoteToSelf:self.thread]) { return; }
if (targetInteraction == nil || targetInteraction.interactionType != OWSInteractionType_OutgoingMessage) { return; }
dispatch_async(dispatch_get_main_queue(), ^{
if (progress <= self.progressIndicatorView.progress) { return; }
self.progressIndicatorView.alpha = 1;

Loading…
Cancel
Save