handle uncleared updates debug

This commit is contained in:
Geoffrey Goh
2016-02-29 14:42:49 -08:00
parent 2141e72dfe
commit 0225ca49a7
3 changed files with 55 additions and 49 deletions

View File

@@ -423,6 +423,10 @@ public class CodePush {
return null;
}
if (isRunningBinaryVersion) {
currentPackage.putBoolean("isRunningBinaryVersion", isRunningBinaryVersion);
}
Boolean isPendingUpdate = false;
if (currentPackage.hasKey(codePushPackage.PACKAGE_HASH_KEY)) {