Bläddra i källkod

fix(video-quality) fix not registering reducer on mobile

master
Saúl Ibarra Corretgé 3 år sedan
förälder
incheckning
53158410dc
2 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1
    0
      react/features/app/reducers.any.js
  2. 0
    2
      react/features/video-quality/index.js

+ 1
- 0
react/features/app/reducers.any.js Visa fil

@@ -52,4 +52,5 @@ import '../screen-share/reducer';
52 52
 import '../toolbox/reducer';
53 53
 import '../transcribing/reducer';
54 54
 import '../video-layout/reducer';
55
+import '../video-quality/reducer';
55 56
 import '../videosipgw/reducer';

+ 0
- 2
react/features/video-quality/index.js Visa fil

@@ -1,5 +1,3 @@
1 1
 export * from './components';
2 2
 export * from './actions';
3 3
 export * from './actionTypes';
4
-
5
-import './reducer';

Laddar…
Avbryt
Spara