Comply w/ coding style

This commit is contained in:
Lyubo Marinov 2017-02-21 09:39:59 -06:00
parent 9b40572921
commit d109b8beb6
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ MiddlewareRegistry.register(store => next => action => {
// Check if we just came back from the background and reenable full
// screen mode if necessary.
if (action.appState === 'active') {
const { conference, audioOnly }
const { audioOnly, conference }
= store.getState()['features/base/conference'];
fullScreen = conference ? !audioOnly : false;