Explorar el Código

fix(android) disables windows preview

Avoid white flash when starting the app.

Fixes: https://github.com/jitsi/jitsi-meet/issues/8237
master
tmoldovan8x8 hace 3 años
padre
commit
f8ca80bf8e
No account linked to committer's email address
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      android/app/src/main/res/values/styles.xml

+ 2
- 1
android/app/src/main/res/values/styles.xml Ver fichero

3
     <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
3
     <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
4
         <!-- Customize your theme here. -->
4
         <!-- Customize your theme here. -->
5
         <item name="android:navigationBarColor">@color/colorPrimaryDark</item>
5
         <item name="android:navigationBarColor">@color/colorPrimaryDark</item>
6
-    </style>
6
+        <item name="android:windowDisablePreview">true</item>
7
+   </style>
7
 </resources>
8
 </resources>

Loading…
Cancelar
Guardar