소스 검색

Comply w/ coding style

master
Lyubo Marinov 8 년 전
부모
커밋
d109b8beb6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      react/features/full-screen/middleware.js

+ 1
- 1
react/features/full-screen/middleware.js 파일 보기

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

Loading…
취소
저장