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

Commit fd4536f

Browse files
committed
Merge pull request #240 from Microsoft/correction
Fixing minimumBackgroundDuration on iOS
2 parents 624a461 + e1a5971 commit fd4536f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ios/CodePush/CodePush.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ - (void)applicationWillResignActive
531531
*/
532532
RCT_EXPORT_METHOD(installUpdate:(NSDictionary*)updatePackage
533533
installMode:(CodePushInstallMode)installMode
534+
minimumBackgroundDuration:(int)minimumBackgroundDuration
534535
resolver:(RCTPromiseResolveBlock)resolve
535536
rejecter:(RCTPromiseRejectBlock)reject)
536537
{

0 commit comments

Comments
 (0)