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

Commit 26d84b5

Browse files
Andrew GoodaleMax
authored andcommitted
Fix declaration of "_installMode" to remove warnings (#922)
1 parent 936681e commit 26d84b5

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
@@ -24,7 +24,7 @@ @implementation CodePush {
2424
BOOL _isFirstRunAfterUpdate;
2525
int _minimumBackgroundDuration;
2626
NSDate *_lastResignedDate;
27-
CodePushInstallMode *_installMode;
27+
CodePushInstallMode _installMode;
2828
NSTimer *_appSuspendTimer;
2929

3030
// Used to coordinate the dispatching of download progress events to JS.

0 commit comments

Comments
 (0)