From 51a7d21ddd0cbe83972f25c900a8872744cb4c5e Mon Sep 17 00:00:00 2001 From: Pedro Beschorner Marin Date: Mon, 27 Jul 2015 18:07:41 +0000 Subject: [PATCH] We still need this to close the loading bar. Added a control to avoid reconnection exception. --- .../src/org/bigbluebutton/main/views/LoadingBar.mxml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bigbluebutton-client/src/org/bigbluebutton/main/views/LoadingBar.mxml b/bigbluebutton-client/src/org/bigbluebutton/main/views/LoadingBar.mxml index b11c31ed5f..d24a7e2c5d 100755 --- a/bigbluebutton-client/src/org/bigbluebutton/main/views/LoadingBar.mxml +++ b/bigbluebutton-client/src/org/bigbluebutton/main/views/LoadingBar.mxml @@ -24,6 +24,7 @@ with BigBlueButton; if not, see . + @@ -70,6 +71,10 @@ with BigBlueButton; if not, see . //LogUtil.debug("Progress: " + totalProgress); this.setProgress(totalProgress/numModules, 100); } + + private function allModulesLoaded(e:ModuleLoadEvent):void{ + if (parent != null) parent.removeChild(this); + } private function testRTMP(e:PortTestEvent):void{ //- Cannot get locale string this early in loading process