瀏覽代碼

Fix(react): Make in call buttons appear by default

master
yanas 9 年之前
父節點
當前提交
4a71c2655a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      react/features/conference/components/Conference.native.js

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

@@ -55,7 +55,7 @@ class Conference extends Component {
55 55
     constructor(props) {
56 56
         super(props);
57 57
 
58
-        this.state = { toolbarVisible: false };
58
+        this.state = { toolbarVisible: true };
59 59
 
60 60
         /**
61 61
          * The numerical ID of the timeout in milliseconds after which the

Loading…
取消
儲存