From 12469a37efea68a9f3fa525c01fc50c0fd35529d Mon Sep 17 00:00:00 2001 From: Eric Rozell Date: Tue, 4 Oct 2016 14:12:49 -0400 Subject: [PATCH] Merge pull request #545 from rozele/appRestart fix(AppRestart): Fix update-on-app-restart for UWP --- windows/CodePushReactPackage.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/windows/CodePushReactPackage.cs b/windows/CodePushReactPackage.cs index 27b8b0b..91bc8c5 100644 --- a/windows/CodePushReactPackage.cs +++ b/windows/CodePushReactPackage.cs @@ -39,7 +39,6 @@ namespace CodePush.ReactNative // TODO implement telemetryManager // _codePushTelemetryManager = new CodePushTelemetryManager(this.applicationContext, CODE_PUSH_PREFERENCES); - InitializeUpdateAfterRestart(); if (CurrentInstance != null) { CodePushUtils.Log("More than one CodePush instance has been initialized. Please use the instance method codePush.getBundleUrlInternal() to get the correct bundleURL for a particular instance.");