From cd31da76093d641f572d7d36fd0a8ef623a0a153 Mon Sep 17 00:00:00 2001 From: giomfo Date: Thu, 1 Sep 2016 15:49:52 +0200 Subject: [PATCH] Call screen: use white as the background colour on VC on iOS. --- Vector/ViewController/CallViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vector/ViewController/CallViewController.m b/Vector/ViewController/CallViewController.m index b9ca2e7f5..a5dd0d877 100644 --- a/Vector/ViewController/CallViewController.m +++ b/Vector/ViewController/CallViewController.m @@ -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];