RESOLVED FIXED267109
[iOS] Remove unbalanced call to `-[WKWebView _endAnimatedResize]` in `WKFullScreenViewController`
https://bugs.webkit.org/show_bug.cgi?id=267109
Summary [iOS] Remove unbalanced call to `-[WKWebView _endAnimatedResize]` in `WKFullS...
Aditya Keerthi
Reported 2024-01-04 16:55:10 PST
270199@main removed a call to `-[WKWebView _beginAnimatedResizeWithUpdates:]` when performing the fullscreen transition animation, but did not remove the associated call to `-[WKWebView _endAnimatedResize]`.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-01-04 16:55:21 PST
Aditya Keerthi
Comment 2 2024-01-04 20:51:08 PST
EWS
Comment 3 2024-01-05 00:52:04 PST
Committed 272680@main (2cf55f042f34): <https://commits.webkit.org/272680@main> Reviewed commits have been landed. Closing PR #22420 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.