We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DaemonCrashReporter
1 parent c56d9fa commit 62d4d2dCopy full SHA for 62d4d2d
flutter-idea/src/io/flutter/run/daemon/DeviceDaemon.java
@@ -434,7 +434,7 @@ private static class DaemonCrashReporter extends DialogWrapper {
434
private JTextPane myTextPane;
435
436
DaemonCrashReporter() {
437
- super(null, false, false);
+ super(null, false, DialogWrapper.IdeModalityType.IDE);
438
setTitle("Flutter Device Daemon Crash");
439
myPanel = new JPanel();
440
myTextPane = new JTextPane();
0 commit comments