mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Fix icon and text colors on tiles
This commit is contained in:
+1
-1
@@ -336,7 +336,7 @@ class RoomDirectCallStatusBubbleCell: RoomBaseCallBubbleCell {
|
||||
callDurationString = readableCallDuration(from: events)
|
||||
isIncoming = inviteEvent.sender != bubbleCellData.mxSession.myUserId
|
||||
callInviteEvent = inviteEvent
|
||||
innerContentView.callIconView.image = self.callTypeIcon.vc_tintedImage(usingColor: innerContentView.theme.textSecondaryColor)
|
||||
innerContentView.callIconView.image = self.callTypeIcon
|
||||
innerContentView.callTypeLabel.text = isVideoCall ?
|
||||
VectorL10n.eventFormatterCallVideo :
|
||||
VectorL10n.eventFormatterCallVoice
|
||||
|
||||
Reference in New Issue
Block a user