浏览代码

[RN] Hide conference indicators on reduced UI (coding style)

master
Lyubo Marinov 7 年前
父节点
当前提交
546651e51f
共有 1 个文件被更改,包括 4 次插入5 次删除
  1. 4
    5
      react/features/conference/components/Conference.native.js

+ 4
- 5
react/features/conference/components/Conference.native.js 查看文件

255
                     <Filmstrip />
255
                     <Filmstrip />
256
 
256
 
257
                     {/*
257
                     {/*
258
-                      * A container that automatically renders indicators such
259
-                      * as VideoQualityLabel or RecordingLabel if need be.
260
-                      */}
261
-                    {
262
-                        !this.props._reducedUI && <ConferenceIndicators />
258
+                      * Examples of conference indicators are VideoQualityLabel
259
+                      * and RecordingLabel.
260
+                      */
261
+                        this.props._reducedUI || <ConferenceIndicators />
263
                     }
262
                     }
264
                 </View>
263
                 </View>
265
                 <TestConnectionInfo />
264
                 <TestConnectionInfo />

正在加载...
取消
保存