Skip to content

Change embedded browser setting #5561

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 9, 2021
Merged

Change embedded browser setting #5561

merged 1 commit into from
Jun 9, 2021

Conversation

helin24
Copy link
Member

@helin24 helin24 commented Jun 9, 2021

Fixes #5557

It looks like the previous change was returning true for the embedded browser status once, but not saving it. I'm not sure how I missed this in testing last month; it's possible I built an earlier version with this line while testing the change and then accidentally deleted it before submitting. I verified with this current version that the embedded browser status is set to true.

@google-cla google-cla bot added the cla: yes label Jun 9, 2021
@@ -38,7 +38,7 @@

// TODO(helin24): This is to change the embedded browser setting back to true only once for Big Sur users. If we
// switch to enabling the embedded browser for everyone, then delete this key.
private static final String changeBigSurToTrueKey = "io.flutter.setBigSurToTrueKey";
private static final String changeBigSurToTrueKey = "io.flutter.setBigSurToTrueKey2";
Copy link
Member Author

Choose a reason for hiding this comment

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

Needed a different key since the earlier one will have been set in v57.

@helin24 helin24 requested review from jacob314 and stevemessick June 9, 2021 19:24
Copy link
Contributor

@jacob314 jacob314 left a comment

Choose a reason for hiding this comment

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

lgtm

@helin24 helin24 merged commit b840fd1 into flutter:master Jun 9, 2021
@helin24 helin24 deleted the bigsur branch June 9, 2021 21:26
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.

With the latest Flutter plugin I don't the DevTools based inspector
3 participants