浏览代码

fix(android) disables windows preview

Avoid white flash when starting the app.

Fixes: https://github.com/jitsi/jitsi-meet/issues/8237
master
tmoldovan8x8 3 年前
父节点
当前提交
f8ca80bf8e
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      android/app/src/main/res/values/styles.xml

+ 2
- 1
android/app/src/main/res/values/styles.xml 查看文件

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

正在加载...
取消
保存