mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Update group call icon and title
This commit is contained in:
@@ -65,13 +65,6 @@ class RoomGroupCallStatusBubbleCell: RoomBaseCallBubbleCell {
|
||||
return formatter
|
||||
}
|
||||
|
||||
override func update(theme: Theme) {
|
||||
super.update(theme: theme)
|
||||
if let themable = bottomContentView as? Themable {
|
||||
themable.update(theme: theme)
|
||||
}
|
||||
}
|
||||
|
||||
private func updateBottomContentView() {
|
||||
bottomContentView = bottomView(for: viewState)
|
||||
}
|
||||
@@ -202,8 +195,8 @@ class RoomGroupCallStatusBubbleCell: RoomBaseCallBubbleCell {
|
||||
isIncoming = widgetEvent.sender != bubbleCellData.mxSession.myUserId
|
||||
self.widgetEvent = widgetEvent
|
||||
self.widgetId = widgetId
|
||||
innerContentView.callIconView.image = Asset.Images.tabGroups.image
|
||||
innerContentView.callTypeLabel.text = VectorL10n.eventFormatterGroupCall
|
||||
innerContentView.callIconView.image = Asset.Images.callVideoIcon.image
|
||||
innerContentView.callTypeLabel.text = VectorL10n.eventFormatterCallVideo
|
||||
|
||||
if isIncoming && !isJoined &&
|
||||
TimeInterval(widgetEvent.age)/MSEC_PER_SEC < Constants.secondsToDisplayAnswerDeclineOptions {
|
||||
|
||||
Reference in New Issue
Block a user