Selaa lähdekoodia

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

master
yanas 8 vuotta sitten
vanhempi
commit
4a71c2655a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      react/features/conference/components/Conference.native.js

+ 1
- 1
react/features/conference/components/Conference.native.js Näytä tiedosto

@@ -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…
Peruuta
Tallenna