mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-23 16:06:38 +02:00
Call screen: use white as the background colour on VC on iOS.
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
self.localPreviewContainerView.layer.cornerRadius = 5;
|
||||
self.localPreviewContainerView.clipsToBounds = YES;
|
||||
|
||||
self.remotePreviewContainerView.backgroundColor = kVectorTextColorBlack;
|
||||
self.remotePreviewContainerView.backgroundColor = [UIColor whiteColor];
|
||||
|
||||
// Add a gradient mask programatically at the top of the screen (background of the call information (name, status))
|
||||
gradientMaskLayer = [CAGradientLayer layer];
|
||||
|
||||
Reference in New Issue
Block a user