Sfoglia il codice sorgente

[RN] Fix streaming on mobile (#3351)

efficient_tiling
Zoltan Bettenbuk 6 anni fa
parent
commit
b978851a0f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      react/features/app/components/App.native.js

+ 1
- 0
react/features/app/components/App.native.js Vedi File

@@ -11,6 +11,7 @@ import {
11 11
     AspectRatioDetector,
12 12
     ReducedUIDetector
13 13
 } from '../../base/responsive-ui';
14
+import '../../google-api';
14 15
 import '../../mobile/audio-mode';
15 16
 import '../../mobile/background';
16 17
 import '../../mobile/callkit';

Loading…
Annulla
Salva