From 930e65da66df6d8618b9bb05a6c62e7b4e258304 Mon Sep 17 00:00:00 2001 From: yanas Date: Tue, 3 Jan 2017 14:53:52 -0600 Subject: [PATCH] Fix(React/conference): Sets an initial toolbar view timeout --- .../components/Conference.native.js | 23 +++++++++++++++---- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/react/features/conference/components/Conference.native.js b/react/features/conference/components/Conference.native.js index c2cd097bb..c8ab1bf2d 100644 --- a/react/features/conference/components/Conference.native.js +++ b/react/features/conference/components/Conference.native.js @@ -102,6 +102,8 @@ class Conference extends Component { render() { const toolbarVisible = this.state.toolbarVisible; + this._setToolbarTimeout(toolbarVisible); + return (