forked from firka/flutter
Pass missing parameter. (flutter/engine#4260)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user