msm8976-common: Disable window rounded corner animations

For graphics performance reasons
This commit is contained in:
Lucas Dupin 2020-03-05 23:01:28 +01:00 committed by ripee
parent ab74a417b9
commit 97aa3b8823
1 changed files with 3 additions and 0 deletions

View File

@ -234,4 +234,7 @@
<!-- For performance and storage reasons, limit the number of fingerprints per user -->
<integer name="config_fingerprintMaxTemplatesPerUser">4</integer>
<!-- Disable rounded corners on windows to improve graphics performance -->
<bool name="config_supportsRoundedCornersOnWindows">false</bool>
</resources>