diff --git a/engine/src/flutter/shell/common/engine.cc b/engine/src/flutter/shell/common/engine.cc index 4fd8c62dcf..8879adf378 100644 --- a/engine/src/flutter/shell/common/engine.cc +++ b/engine/src/flutter/shell/common/engine.cc @@ -220,7 +220,7 @@ void Engine::RunBundleAndSnapshot(const std::string& bundle_path, bool reuse_runtime_controller) { TRACE_EVENT0("flutter", "Engine::RunBundleAndSnapshot"); if (snapshot_override.empty()) { - RunBundle(bundle_path, entrypoint); + RunBundle(bundle_path, entrypoint, reuse_runtime_controller); return; } ConfigureAssetBundle(bundle_path);