tweak: fix album view background in visible message cells

pull/647/head
ryanzhao 3 years ago
parent 827ecee7b0
commit 76833c0b9f

@ -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)
}

Loading…
Cancel
Save