mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 02:58:07 +00:00
Fix background color of ContentMessageView when display mode (Dark and Light mode) is switched
This commit is contained in:
parent
2d9c4c8c78
commit
6863ea3f10
1 changed files with 1 additions and 0 deletions
|
|
@ -186,6 +186,7 @@ class ContentMessageView: UIViewController {
|
|||
self.isComposingView.backgroundColor = VoipTheme.backgroundWhiteBlack.get()
|
||||
self.recordingWaveView.backgroundColor = VoipTheme.backgroundWhiteBlack.get()
|
||||
self.recordingWaveImageMask.backgroundColor = VoipTheme.backgroundWhiteBlack.get()
|
||||
self.view.backgroundColor = VoipTheme.voipToolbarBackgroundColor.get()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue