You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CodePush.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -415,7 +415,7 @@ if (NativeCodePush) {
415
415
InstallMode: {
416
416
IMMEDIATE: NativeCodePush.codePushInstallModeImmediate,// Restart the app immediately
417
417
ON_NEXT_RESTART: NativeCodePush.codePushInstallModeOnNextRestart,// Don't artificially restart the app. Allow the update to be "picked up" on the next app restart
418
-
ON_NEXT_RESUME: NativeCodePush.codePushInstallModeOnNextResume,// Restart the app the next time it is resumed from the background
418
+
ON_NEXT_RESUME: NativeCodePush.codePushInstallModeOnNextResume// Restart the app the next time it is resumed from the background
0 commit comments