We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de7c65 commit 5f6f229Copy full SHA for 5f6f229
ios/CodePush/CodePush.m
@@ -744,8 +744,8 @@ -(void)loadBundleOnTick:(NSTimer *)timer {
744
if (expectedContentLength == receivedContentLength) {
745
_didUpdateProgress = NO;
746
self.paused = YES;
747
- [self dispatchDownloadProgressEvent];
748
}
+ [self dispatchDownloadProgressEvent];
749
750
// The download completed
751
doneCallback:^{
0 commit comments