[RN] Tap to toggle Toolbox

pull/2143/head
Lyubo Marinov 8 years ago
parent 2b8a770163
commit 78d1fd10e2
  1. 5
      react/features/conference/components/Conference.native.js

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

Loading…
Cancel
Save