-
Notifications
You must be signed in to change notification settings - Fork 6k
Fix UIWindowSceneGeometryPreferencesIOS leak #40957
Fix UIWindowSceneGeometryPreferencesIOS leak #40957
Conversation
__block __weak id weakPreferences; | ||
@autoreleasepool { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most of this file change is whitespace, but this is new.
[mockWindowScene stopMocking]; | ||
[deviceMock stopMocking]; | ||
[mockApplication stopMocking]; | ||
XCTAssertNil(weakPreferences); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And these two line changes are new.
Golden file changes have been found for this pull request. Click here to view and triage (e.g. because this is an intentional change). If you are still iterating on this change and are not ready to resolve the images on the Flutter Gold dashboard, consider marking this PR as a draft pull request above. You will still be able to view image results on the dashboard, commenting will be silenced, and the check will not try to resolve itself until marked ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for cleaning this up
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks!
I don't know why |
Fixes flutter/flutter#124288
Pre-launch Checklist
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.