fix(android) disables windows preview

Avoid white flash when starting the app.

Fixes: https://github.com/jitsi/jitsi-meet/issues/8237
This commit is contained in:
tmoldovan8x8 2022-01-11 15:47:20 +02:00 committed by GitHub
parent b04677f3ea
commit f8ca80bf8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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