Skip to content

Commit 499a70f

Browse files
Restore missing call to RuntimeDelegate.OnRootIsolateCreated (flutter#21953)
Fixes flutter#68411
1 parent e9a43c1 commit 499a70f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

runtime/runtime_controller.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,9 @@ bool RuntimeController::LaunchRootIsolate(
397397
}
398398

399399
FML_DCHECK(Dart_CurrentIsolate() == nullptr);
400+
401+
client_.OnRootIsolateCreated();
402+
400403
return true;
401404
}
402405

0 commit comments

Comments
 (0)