mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-27 11:46:58 +02:00
VoiceMessagePlaybackView: Update background view color property name.
This commit is contained in:
+1
-1
@@ -38,6 +38,6 @@ class VoiceMessageIncomingBubbleCell: VoiceMessageBubbleCell {
|
||||
return
|
||||
}
|
||||
|
||||
playbackController.playbackView.backgroundViewColor = theme.roomCellIncomingBubbleBackgroundColor
|
||||
playbackController.playbackView.customBackgroundViewColor = theme.roomCellIncomingBubbleBackgroundColor
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -41,6 +41,6 @@ class VoiceMessageOutgoingWithoutSenderInfoBubbleCell: VoiceMessageBubbleCell {
|
||||
return
|
||||
}
|
||||
|
||||
playbackController.playbackView.backgroundViewColor = theme.roomCellOutgoingBubbleBackgroundColor
|
||||
playbackController.playbackView.customBackgroundViewColor = theme.roomCellOutgoingBubbleBackgroundColor
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user