소스 검색

[RN] Fix the visibility of the local video on the WelcomePage

j8
Lyubo Marinov 8 년 전
부모
커밋
ed53f54628
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1
    3
      react/features/welcome/components/styles.js

+ 1
- 3
react/features/welcome/components/styles.js 파일 보기

@@ -88,11 +88,9 @@ export default createStyleSheet({
88 88
      * <tt>LocalVideoTrackUnderlay</tt>.
89 89
      */
90 90
     localVideoTrackUnderlay: fixAndroidViewClipping({
91
-        alignItems: 'center',
92 91
         alignSelf: 'stretch',
93 92
         backgroundColor: 'transparent',
94
-        flex: 1,
95
-        justifyContent: 'center'
93
+        flex: 1
96 94
     }),
97 95
 
98 96
     /**

Loading…
취소
저장