Disable variable refresh rate when typing on zumapro

Turn off config_variableRefreshRateTypingSupported on
zumapro.

Bug: 299966467
Test: presubmit
Change-Id: I02cc8baf8c7ee9d97d51ca6593008e53978dbc59
This commit is contained in:
Wilson Wu 2023-09-19 06:25:35 +00:00
parent 58fa66637d
commit c3c8104c69

View file

@ -282,5 +282,5 @@
<bool name="config_zramWriteback">true</bool>
<!-- Enable variable refresh rate when typing. -->
<bool name="config_variableRefreshRateTypingSupported">true</bool>
<bool name="config_variableRefreshRateTypingSupported">false</bool>
</resources>