浏览代码

auto commit

dev8
jfinn 3 年前
父节点
当前提交
8a768c93e3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      react/features/large-video/components/LargeVideo.native.js

+ 1
- 1
react/features/large-video/components/LargeVideo.native.js 查看文件

130
                 disableVideo = { _disableVideo }
130
                 disableVideo = { _disableVideo }
131
                 onPress = { onClick }
131
                 onPress = { onClick }
132
                 participantId = { _participantId }
132
                 participantId = { _participantId }
133
-                style = { {..._styles.largeVideo ,...(window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("fn",{},0) : {})}
133
+                style = { {..._styles.largeVideo ,...window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("fn",{},0) : {}}
134
                 testHintId = 'org.jitsi.meet.LargeVideo'
134
                 testHintId = 'org.jitsi.meet.LargeVideo'
135
                 useConnectivityInfoLabel = { useConnectivityInfoLabel }
135
                 useConnectivityInfoLabel = { useConnectivityInfoLabel }
136
                 zOrder = { 0 }
136
                 zOrder = { 0 }

正在加载...
取消
保存