From 5f6f229048a2e338cf26dc4794b984ba6950d693 Mon Sep 17 00:00:00 2001 From: Minsik Kim Date: Sun, 18 Jan 2026 12:51:16 +0900 Subject: [PATCH] send dispatchDownloadProgressEvent on every progress --- ios/CodePush/CodePush.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:^{