disable toolbar hiding on fullscreen

This commit is contained in:
Anton Georgiev 2017-08-30 11:25:10 -04:00
parent 7aad997d8a
commit 88cc66f78b

View File

@ -396,8 +396,9 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
}
private function hideToolbars():void {
_hideToolbarsTimer.reset();
_hideToolbarsTimer.start();
// Temporarily disabling toolbar hiding on fullscreen to address animation delays
// _hideToolbarsTimer.reset();
// _hideToolbarsTimer.start();
}
private function showToolbars():void {