mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
This reverts commit 7707f42318
.
This commit is contained in:
parent
8d8959f93c
commit
ccf6f0353a
@ -889,11 +889,6 @@ abstract class TestWidgetsFlutterBinding extends BindingBase
|
||||
_parentZone = null;
|
||||
buildOwner!.focusManager.dispose();
|
||||
buildOwner!.focusManager = FocusManager()..registerGlobalHandlers();
|
||||
// Reset surface size. The renderview configuration is tied with it and
|
||||
// needs to be recreated. Don't use [handleMetricsChanged] because it
|
||||
// introduces unwanted side effects.
|
||||
_surfaceSize = null;
|
||||
renderView.configuration = createViewConfiguration();
|
||||
// Disabling the warning because @visibleForTesting doesn't take the testing
|
||||
// framework itself into account, but we don't want it visible outside of
|
||||
// tests.
|
||||
|
Loading…
Reference in New Issue
Block a user