Comply w/ coding style
This commit is contained in:
parent
9b40572921
commit
d109b8beb6
|
@ -31,7 +31,7 @@ MiddlewareRegistry.register(store => next => action => {
|
||||||
// Check if we just came back from the background and reenable full
|
// Check if we just came back from the background and reenable full
|
||||||
// screen mode if necessary.
|
// screen mode if necessary.
|
||||||
if (action.appState === 'active') {
|
if (action.appState === 'active') {
|
||||||
const { conference, audioOnly }
|
const { audioOnly, conference }
|
||||||
= store.getState()['features/base/conference'];
|
= store.getState()['features/base/conference'];
|
||||||
|
|
||||||
fullScreen = conference ? !audioOnly : false;
|
fullScreen = conference ? !audioOnly : false;
|
||||||
|
|
Loading…
Reference in New Issue