We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9fa881 commit 62b8fc3Copy full SHA for 62b8fc3
src/io/flutter/actions/OpenInAppCodeAction.java
@@ -32,9 +32,7 @@ public class OpenInAppCodeAction extends AnAction {
32
OpenInAppCodeAction() {
33
// Schedule initialization so that we can discover if `AppCode` is installed *before* we
34
// need to decide whether to make the action menu visible.
35
- OpenApiUtils.safeInvokeLater(() -> {
36
- initialize();
37
- });
+ OpenApiUtils.safeInvokeLater(OpenInAppCodeAction::initialize);
38
}
39
40
private static boolean IS_INITIALIZED = false;
0 commit comments