tweak: fix album view background in visible message cells

This commit is contained in:
ryanzhao 2022-08-10 14:19:18 +10:00
parent 827ecee7b0
commit 76833c0b9f
1 changed files with 0 additions and 3 deletions

View File

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