[RN] Tap to toggle Toolbox

This commit is contained in:
Lyubo Marinov 2017-11-07 17:25:42 -06:00
parent 2b8a770163
commit 78d1fd10e2
1 changed files with 4 additions and 1 deletions

View File

@ -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();
}
/**