diff --git a/ReactAndroid/src/main/jni/xreact/jni/ProxyExecutor.cpp b/ReactAndroid/src/main/jni/xreact/jni/ProxyExecutor.cpp index 011a12f563e33b..53cf147fb4e297 100644 --- a/ReactAndroid/src/main/jni/xreact/jni/ProxyExecutor.cpp +++ b/ReactAndroid/src/main/jni/xreact/jni/ProxyExecutor.cpp @@ -78,7 +78,8 @@ void ProxyExecutor::loadApplicationScript( loadApplicationScript( m_executor.get(), jni::make_jstring(sourceURL).get()); - executeJSCallWithProxy(m_executor.get(), "flushedQueue", std::vector()); + // We can get pending calls here to native but the queue will be drained when + // we launch the application. } void ProxyExecutor::setJSModulesUnbundle(std::unique_ptr) {