mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix broken HermesExecutor compilation (#43932)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/43932 Converting to Kotlin the `RuntimeConfig` class caused the project to stop compiling. Changelog: [Internal] [Changed] - Fix broken HermesExecutor compilation Reviewed By: tdn120 Differential Revision: D55805572 fbshipit-source-id: bc53c91280d65ecaf2605009b17045200669f240
This commit is contained in:
committed by
Facebook GitHub Bot
parent
0a7984435f
commit
f14746f48b
+1
-1
@@ -34,7 +34,7 @@ public class HermesExecutor extends JavaScriptExecutor {
|
||||
super(
|
||||
config == null
|
||||
? initHybridDefaultConfig(enableDebugger, debuggerName)
|
||||
: initHybrid(enableDebugger, debuggerName, config.heapSizeMB));
|
||||
: initHybrid(enableDebugger, debuggerName, config.getHeapSizeMB()));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user