소스 검색

auto commit

app
jfinn 3 년 전
부모
커밋
ede945a2e1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      react/features/conference/components/native/Conference.js

+ 1
- 1
react/features/conference/components/native/Conference.js 파일 보기

@@ -180,7 +180,7 @@ class Conference extends AbstractConference<Props, *> {
180 180
         const { _fullscreenEnabled } = this.props;
181 181
             var conference_style = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("conference_style",{that:this},{}) : {}
182 182
             var webview_style = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("webview_style",{that:this},{}) : {}
183
-            style = {webview_style}
183
+            // style = {webview_style}
184 184
             // <Container style = { styles.conference }>
185 185
         return (
186 186
             <Container style = { {...styles.conference,...conference_style} }>

Loading…
취소
저장