change var name

This commit is contained in:
Geoffrey Goh
2016-02-29 15:08:19 -08:00
parent 9c416cddbc
commit c0d99ab936
3 changed files with 5 additions and 8 deletions

View File

@@ -424,7 +424,7 @@ public class CodePush {
}
if (isRunningBinaryVersion) {
currentPackage.putBoolean("isRunningBinaryVersion", isRunningBinaryVersion);
currentPackage.putBoolean("_isDebugOnly", isRunningBinaryVersion);
}
Boolean isPendingUpdate = false;