From 7cd40353e7895e088ea08b766965f95968c3d49e Mon Sep 17 00:00:00 2001 From: zbettenbuk Date: Wed, 7 Feb 2018 23:12:02 +0100 Subject: [PATCH] Remove android view clipping fix from welcome page --- react/features/welcome/components/styles.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/react/features/welcome/components/styles.js b/react/features/welcome/components/styles.js index f649af9005..915e818300 100644 --- a/react/features/welcome/components/styles.js +++ b/react/features/welcome/components/styles.js @@ -1,8 +1,7 @@ import { BoxModel, ColorPalette, - createStyleSheet, - fixAndroidViewClipping + createStyleSheet } from '../../base/styles'; const SIDEBAR_HEADER_HEIGHT = 150; @@ -99,11 +98,11 @@ export default createStyleSheet({ * The style of the top-level container/{@code View} of * {@code LocalVideoTrackUnderlay}. */ - localVideoTrackUnderlay: fixAndroidViewClipping({ + localVideoTrackUnderlay: { alignSelf: 'stretch', backgroundColor: 'transparent', flex: 1 - }), + }, /** * Top level screen style