Remove android view clipping fix from welcome page

This commit is contained in:
zbettenbuk 2018-02-07 23:12:02 +01:00 committed by Lyubo Marinov
parent 04690dfc8f
commit 7cd40353e7
1 changed files with 3 additions and 4 deletions

View File

@ -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