diff --git a/Session/Conversations/Message Cells/Content Views/MediaAlbumView.swift b/Session/Conversations/Message Cells/Content Views/MediaAlbumView.swift index 2ed625fda..44d46b571 100644 --- a/Session/Conversations/Message Cells/Content Views/MediaAlbumView.swift +++ b/Session/Conversations/Message Cells/Content Views/MediaAlbumView.swift @@ -35,9 +35,6 @@ public class MediaAlbumView: UIStackView { super.init(frame: .zero) - // UIStackView's backgroundColor property has no effect. - addBackgroundView(withBackgroundColor: Colors.navigationBarBackground) - createContents(maxMessageWidth: maxMessageWidth) }