diff --git a/ios/CodePush/CodePush.m b/ios/CodePush/CodePush.m index b58d21864..d9d40b6c4 100644 --- a/ios/CodePush/CodePush.m +++ b/ios/CodePush/CodePush.m @@ -744,8 +744,8 @@ -(void)loadBundleOnTick:(NSTimer *)timer { if (expectedContentLength == receivedContentLength) { _didUpdateProgress = NO; self.paused = YES; - [self dispatchDownloadProgressEvent]; } + [self dispatchDownloadProgressEvent]; } // The download completed doneCallback:^{