Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 27e9f34

Browse files
committed
add comment and resynthesize pauseCallback
1 parent 5cc0556 commit 27e9f34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ios/CodePush/CodePush.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ @implementation CodePush {
1515
BOOL _isFirstRunAfterUpdate;
1616
int _minimumBackgroundDuration;
1717
NSDate *_lastResignedDate;
18+
19+
// Used to coordinate the dispatching of download progress events to JS.
1820
long long _latestExpectedContentLength;
1921
long long _latestReceivedConentLength;
2022
BOOL _didUpdateProgress;
@@ -174,6 +176,7 @@ + (void)setUsingTestConfiguration:(BOOL)shouldUseTestConfiguration
174176

175177
@synthesize bridge = _bridge;
176178
@synthesize methodQueue = _methodQueue;
179+
@synthesize pauseCallback = _pauseCallback;
177180
@synthesize paused = _paused;
178181

179182
/*

0 commit comments

Comments
 (0)