File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public class FlutterSettings {
38
38
39
39
// TODO(helin24): This is to change the embedded browser setting back to true only once for Big Sur users. If we
40
40
// switch to enabling the embedded browser for everyone, then delete this key.
41
- private static final String changeBigSurToTrueKey = "io.flutter.setBigSurToTrueKey " ;
41
+ private static final String changeBigSurToTrueKey = "io.flutter.setBigSurToTrueKey2 " ;
42
42
43
43
/**
44
44
* Registry key to suggest all run configurations instead of just one.
@@ -312,6 +312,7 @@ public boolean isEnableEmbeddedBrowsers() {
312
312
313
313
// We do not want to set it back to true again in the future (e.g. if a user decides to set to false).
314
314
setChangeBigSurToTrue (false );
315
+ setEnableEmbeddedBrowsers (true );
315
316
return true ;
316
317
}
317
318
You can’t perform that action at this time.
0 commit comments