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:
parent
b04677f3ea
commit
f8ca80bf8e
|
@ -3,5 +3,6 @@
|
|||
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
|
||||
<!-- Customize your theme here. -->
|
||||
<item name="android:navigationBarColor">@color/colorPrimaryDark</item>
|
||||
</style>
|
||||
<item name="android:windowDisablePreview">true</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue