瀏覽代碼

[RN] Hide conference indicators on reduced UI

master
Bettenbuk Zoltan 7 年之前
父節點
當前提交
79b31543c5
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      react/features/conference/components/Conference.native.js

+ 3
- 1
react/features/conference/components/Conference.native.js 查看文件

@@ -258,7 +258,9 @@ class Conference extends Component<Props> {
258 258
                       * A container that automatically renders indicators such
259 259
                       * as VideoQualityLabel or RecordingLabel if need be.
260 260
                       */}
261
-                    <ConferenceIndicators />
261
+                    {
262
+                        !this.props._reducedUI && <ConferenceIndicators />
263
+                    }
262 264
                 </View>
263 265
                 <TestConnectionInfo />
264 266
 

Loading…
取消
儲存