[RN] Tap to toggle Toolbox
This commit is contained in:
parent
2b8a770163
commit
78d1fd10e2
|
@ -248,7 +248,10 @@ class Conference extends Component {
|
||||||
const toolboxVisible = !this.props._toolboxVisible;
|
const toolboxVisible = !this.props._toolboxVisible;
|
||||||
|
|
||||||
this.props._setToolboxVisible(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…
Reference in New Issue