Update end call icon color

This commit is contained in:
ismailgulek
2021-04-29 14:58:45 +03:00
parent 17342a77d5
commit b7d43c5c4d
@@ -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
}
}