Fix a layout issue when reloading a gif in the media gallery

This commit is contained in:
Pete Walters 2026-06-03 16:31:30 -05:00 committed by GitHub
parent fc5102cd54
commit 15f9d3dc96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,6 +111,7 @@ class MediaItemViewController: OWSViewController, VideoPlaybackStatusProvider {
view.addSubview(scrollView)
scrollView.autoPinEdgesToSuperviewEdges()
scrollView.layoutIfNeeded()
// Video Playback controls
if isVideo {