mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Restore missing call to RuntimeDelegate.OnRootIsolateCreated (#21953)
Fixes https://github.com/flutter/flutter/issues/68411
This commit is contained in:
parent
e9a43c15b7
commit
499a70f5e2
@ -397,6 +397,9 @@ bool RuntimeController::LaunchRootIsolate(
|
||||
}
|
||||
|
||||
FML_DCHECK(Dart_CurrentIsolate() == nullptr);
|
||||
|
||||
client_.OnRootIsolateCreated();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user