Parcourir la source

fix(RN): crash on undefined state['features/dynamic-branding']

j8
paweldomas il y a 4 ans
Parent
révision
cb7c280da6

+ 1
- 0
react/features/app/reducers.any.js Voir le fichier

@@ -30,6 +30,7 @@ import '../chat/reducer';
30 30
 import '../deep-linking/reducer';
31 31
 import '../device-selection/reducer';
32 32
 import '../dropbox/reducer';
33
+import '../dynamic-branding/reducer';
33 34
 import '../etherpad/reducer';
34 35
 import '../filmstrip/reducer';
35 36
 import '../follow-me/reducer';

+ 0
- 2
react/features/dynamic-branding/index.js Voir le fichier

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

Chargement…
Annuler
Enregistrer