Update end call icon color

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