mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-19 19:39:54 +08:00
Fixing function name
This commit is contained in:
@@ -40,7 +40,7 @@ module.exports = (NativeCodePush) => {
|
||||
.then(function() {
|
||||
updateInstalledCallback && updateInstalledCallback();
|
||||
if (installMode == NativeCodePush.codePushInstallModeImmediate) {
|
||||
NativeCodePush.restartImmedidateUpdate(rollbackTimeout);
|
||||
NativeCodePush.restartForImmedidateUpdate(rollbackTimeout);
|
||||
} else {
|
||||
this.restart = function () {
|
||||
NaviteCodePush.restartForPendingUpdate();
|
||||
|
||||
Reference in New Issue
Block a user