Skip to content

Conversation

jwren
Copy link
Member

@jwren jwren commented Aug 27, 2025

This resolves #8480

@jwren jwren requested a review from pq August 27, 2025 03:09
@jwren jwren added the autosubmit When this label is applied to a PR, the PR will be submitted as soon as all checks are green. label Aug 27, 2025
// See https://github.com/flutter/flutter-intellij/issues/8480
final Application application = ApplicationManager.getApplication();
if (application != null) {
application.invokeLater(() -> {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Interesting! Is this something we should be doing in general for write actions that don't require synchronicity?

@auto-submit auto-submit bot merged commit d823dca into flutter:main Aug 27, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autosubmit When this label is applied to a PR, the PR will be submitted as soon as all checks are green.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug when I create new flutter project
2 participants