Browse Source

[RN] Tap to toggle Toolbox

master
Lyubo Marinov 8 years ago
parent
commit
78d1fd10e2
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      react/features/conference/components/Conference.native.js

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

@@ -248,7 +248,10 @@ class Conference extends Component {
248 248
         const toolboxVisible = !this.props._toolboxVisible;
249 249
 
250 250
         this.props._setToolboxVisible(toolboxVisible);
251
-        this._setToolboxTimeout(toolboxVisible);
251
+
252
+        // XXX If the user taps to toggle the visibility of the Toolbox, then no
253
+        // automatic toggling of the visibility should happen.
254
+        this._clearToolboxTimeout();
252 255
     }
253 256
 
254 257
     /**

Loading…
Cancel
Save