Remove android view clipping fix from welcome page

pull/2451/head
zbettenbuk 7 years ago committed by Lyubo Marinov
parent 04690dfc8f
commit 7cd40353e7
  1. 7
      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

Loading…
Cancel
Save