Update poll bubble cells.

This commit is contained in:
SBiOSoftWhare 2022-02-07 19:59:35 +01:00
parent ee81d70328
commit 1a89099a87

View file

@ -16,7 +16,7 @@
import Foundation
class PollOutgoingWithoutSenderInfoBubbleCell: PollBaseBubbleCell {
class PollOutgoingWithoutSenderInfoBubbleCell: PollBaseBubbleCell, BubbleOutgoingRoomCellProtocol {
override func setupViews() {
super.setupViews()
@ -31,6 +31,8 @@ class PollOutgoingWithoutSenderInfoBubbleCell: PollBaseBubbleCell {
bubbleCellContentView?.innerContentViewTrailingConstraint.constant = rightMargin
bubbleCellContentView?.innerContentViewLeadingConstraint.constant = leftMargin
self.setupBubbleDecorations()
}
override func update(theme: Theme) {