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

Commit 6a8ce4d

Browse files
committed
rename pragma mark
1 parent 87cea85 commit 6a8ce4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/CodePush/CodePush.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ - (void)applicationWillResignActive
756756
resolve(nil);
757757
}
758758

759-
#pragma mark - Methods for handling dispatching of download progress events to JS (Private)
759+
#pragma mark - RCTFrameUpdateObserver Methods
760760

761761
long long latestExpectedContentLength = -1;
762762
long long latestReceivedConentLength = -1;

0 commit comments

Comments
 (0)