mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Pass missing parameter. (flutter/engine#4260)
This commit is contained in:
parent
87a0a52941
commit
8f1fbe7481
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user