mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
MESSENGER-4179 send button wrong color
This commit is contained in:
@@ -183,6 +183,14 @@ class VoiceMessageToolbarView: PassthroughView, NibLoadable, Themable, UIGesture
|
||||
func update(theme: Theme) {
|
||||
currentTheme = theme
|
||||
playbackView.update(theme: theme)
|
||||
|
||||
if BWIBuildSettings.shared.bwiEnableBuMUI {
|
||||
let microphoneImage = Asset.Images.voiceMessageRecordButtonRecordingBum.image
|
||||
secondaryRecordButton.setImage(microphoneImage, for: .normal)
|
||||
} else {
|
||||
let microphoneImage = Asset.Images.voiceMessageRecordButtonRecording.image
|
||||
secondaryRecordButton.setImage(microphoneImage, for: .normal)
|
||||
}
|
||||
}
|
||||
|
||||
// MARK: - UIGestureRecognizerDelegate
|
||||
|
||||
Reference in New Issue
Block a user