mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Update end call icon color
This commit is contained in:
@@ -75,13 +75,13 @@ class RemoveJitsiWidgetView: UIView {
|
||||
hangupImage.tintColor = theme.noticeColor
|
||||
} else {
|
||||
hangupView.backgroundColor = theme.noticeColor
|
||||
hangupImage.tintColor = theme.backgroundColor
|
||||
hangupImage.tintColor = theme.callScreenButtonTintColor
|
||||
}
|
||||
slidingViewLeadingConstraint.constant = percentage * slidingView.frame.width
|
||||
case .completed:
|
||||
arrowsView.isAnimating = false
|
||||
hangupView.backgroundColor = theme.noticeColor
|
||||
hangupImage.tintColor = theme.backgroundColor
|
||||
hangupImage.tintColor = theme.callScreenButtonTintColor
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user