Pārlūkot izejas kodu

Comply w/ coding style

master
Lyubo Marinov 8 gadus atpakaļ
vecāks
revīzija
d109b8beb6
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      react/features/full-screen/middleware.js

+ 1
- 1
react/features/full-screen/middleware.js Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt