瀏覽代碼

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

j8
paweldomas 4 年之前
父節點
當前提交
cb7c280da6
共有 2 個檔案被更改,包括 1 行新增2 行删除
  1. 1
    0
      react/features/app/reducers.any.js
  2. 0
    2
      react/features/dynamic-branding/index.js

+ 1
- 0
react/features/app/reducers.any.js 查看文件

@@ -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 查看文件

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

Loading…
取消
儲存