We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7331c91 commit 8c01ebfCopy full SHA for 8c01ebf
src/src/com/tns/V8Config.java
@@ -31,7 +31,7 @@ public static Object[] fromPackageJSON(File appDir)
31
}
32
if(androidObject.has(CodeCacheKey))
33
{
34
- result[1] = androidObject.getString(CodeCacheKey);
+ result[1] = Boolean.parseBoolean(androidObject.getString(CodeCacheKey));
35
36
37
0 commit comments