VoiceMessagePlaybackView: Update background view color property name.

This commit is contained in:
SBiOSoftWhare
2022-02-01 14:49:17 +01:00
parent 544bc0de9d
commit 8a4c5ebda6
3 changed files with 6 additions and 4 deletions
@@ -38,6 +38,6 @@ class VoiceMessageIncomingBubbleCell: VoiceMessageBubbleCell {
return
}
playbackController.playbackView.backgroundViewColor = theme.roomCellIncomingBubbleBackgroundColor
playbackController.playbackView.customBackgroundViewColor = theme.roomCellIncomingBubbleBackgroundColor
}
}
@@ -41,6 +41,6 @@ class VoiceMessageOutgoingWithoutSenderInfoBubbleCell: VoiceMessageBubbleCell {
return
}
playbackController.playbackView.backgroundViewColor = theme.roomCellOutgoingBubbleBackgroundColor
playbackController.playbackView.customBackgroundViewColor = theme.roomCellOutgoingBubbleBackgroundColor
}
}