We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6922cb0 commit b15a13bCopy full SHA for b15a13b
CodePush.m
@@ -362,6 +362,7 @@ - (void)startRollbackTimer:(int)rollbackTimeout
362
if (installMode == CodePushInstallModeImmediate) {
363
[self loadBundle];
364
} else if (installMode == CodePushInstallModeOnNextResume) {
365
+ // Ensure we do not add the listener twice.
366
if (!hasRestartListener) {
367
// Register for app resume notifications so that we
368
// can check for pending updates which support "restart on resume"
0 commit comments