Fix a layout issue when reloading a gif in the media gallery
This commit is contained in:
parent
fc5102cd54
commit
15f9d3dc96
@ -111,6 +111,7 @@ class MediaItemViewController: OWSViewController, VideoPlaybackStatusProvider {
|
||||
|
||||
view.addSubview(scrollView)
|
||||
scrollView.autoPinEdgesToSuperviewEdges()
|
||||
scrollView.layoutIfNeeded()
|
||||
|
||||
// Video Playback controls
|
||||
if isVideo {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user