mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-10 07:10:36 +08:00
Merge pull request #545 from rozele/appRestart
fix(AppRestart): Fix update-on-app-restart for UWP
This commit is contained in:
committed by
Geoffrey Goh
parent
d78529a54a
commit
12469a37ef
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user