Browse Source

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

master
yanas 8 years ago
parent
commit
4a71c2655a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/conference/components/Conference.native.js

+ 1
- 1
react/features/conference/components/Conference.native.js View File

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

Loading…
Cancel
Save