Skip to content

Conversation

helin24
Copy link
Member

@helin24 helin24 commented Sep 5, 2024

Fixes #7624

@helin24 helin24 requested a review from jwren September 5, 2024 21:17
@helin24 helin24 merged commit d9f3db3 into flutter:master Sep 5, 2024
8 checks passed
@helin24 helin24 deleted the performance-gate branch September 5, 2024 21:50
public Object isApplicableAsync(@NotNull Project project, @NotNull Continuation<? super Boolean> $completion) {
FlutterSdk sdk = FlutterSdk.getFlutterSdk(project);
FlutterSdkVersion sdkVersion = sdk == null ? null : sdk.getVersion();
return sdkVersion == null || !sdkVersion.canUseDeepLinksTool();
Copy link
Member

Choose a reason for hiding this comment

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

Curious, how is the deep links tool related to the performance view?

Copy link
Member Author

Choose a reason for hiding this comment

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

Argh thanks for catching! This is a copy error; I meant this to be the opposite of the RemainingDevToolsViewFactory check.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove the Flutter Performance tool window

3 participants