Restore the default surface size in TestWidgetsFlutterBinding.reset#87226
Restore the default surface size in TestWidgetsFlutterBinding.reset#87226jason-simmons wants to merge 1 commit intoflutter:masterfrom
Conversation
flar
left a comment
There was a problem hiding this comment.
I didn't look too closely at the test change as I'm assuming that the change was a simple revert to the previous version without the try/finally.
LGTM.
|
I'm concerned about the side effect introduced by |
01fb1a8 to
cf33ddc
Compare
|
Updated this to set |
|
Just doing But calling Not sure if there is any safe way to restore this state during |
|
I made another attempt of this PR at #87240 and it passes. Apparently the problem is that renderView was updated with the new surface size. |
See #87194