From 76833c0b9fb50e55d1d215d11e4933faddea567e Mon Sep 17 00:00:00 2001 From: ryanzhao Date: Wed, 10 Aug 2022 14:19:18 +1000 Subject: [PATCH] tweak: fix album view background in visible message cells --- .../Message Cells/Content Views/MediaAlbumView.swift | 3 --- 1 file changed, 3 deletions(-) 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) }