Fixes desktop expansion on filmstirp shortcut hide.

This commit is contained in:
Emil Ivov 2016-10-07 17:27:32 -05:00
parent b8af817ea3
commit 224bbdf8a9
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);
};
/**