Merge pull request #991 from jitsi/filmstripfix

Fixes desktop expansion on filmstirp shortcut hide.
This commit is contained in:
hristoterezov 2016-10-07 18:05:18 -05:00 committed by GitHub
commit b9705b5eed
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,6 @@ UI.mucJoined = function () {
*/
UI.handleToggleFilmStrip = () => {
UI.toggleFilmStrip();
VideoLayout.resizeVideoArea(true, false);
};
/**
@ -729,6 +728,7 @@ UI.toggleSmileys = function () {
UI.toggleFilmStrip = function () {
var self = FilmStrip;
self.toggleFilmStrip.apply(self, arguments);
VideoLayout.resizeVideoArea(true, false);
};
/**