mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-10 07:10:36 +08:00
handle uncleared updates debug
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user