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

Commit e1a5971

Browse files
committed
Fixing minimumBackgroundDuration on iOS
1 parent 624a461 commit e1a5971

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)