Merge pull request #545 from rozele/appRestart

fix(AppRestart): Fix update-on-app-restart for UWP
This commit is contained in:
Eric Rozell
2016-10-04 14:12:49 -04:00
committed by Geoffrey Goh
parent d78529a54a
commit 12469a37ef

View File

@@ -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.");