Skip to content

Conversation

@stevemessick
Copy link
Member

This may not be the right way to solve the problem, but it does work. Happy to discuss alternatives.

@jacob314 @devoncarew

Potentially fixes #4217

flutterDartAnalysisService = FlutterDartAnalysisServer.getInstance(project);
this.editorOutlineService = ActiveEditorsOutlineService.getInstance(project);
this.inspectorGroupManagerService = InspectorGroupManagerService.getInstance(project);
if (!project.getClass().getSimpleName().startsWith("Embed")) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice to have a cleaner solution for this.
Can't we instead make InspectorGrpuManagerService.getInstance(project) more robust so we don't have to skip it?

@stevemessick
Copy link
Member Author

Closing in favor of #4271

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

android studio show some new blank window (w/ work-around)

4 participants