Call screen: use white as the background colour on VC on iOS.

This commit is contained in:
giomfo
2016-09-01 15:49:52 +02:00
parent f03af8249b
commit cd31da7609
+1 -1
View File
@@ -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];