Disable variable refresh rate when typing on zuma

Turn off config_variableRefreshRateTypingSupported on zuma.

Bug: 299966467
Test: presubmit
Change-Id: I7c58ef2e756553ed11b98b68b846228251942bd2
This commit is contained in:
Wilson Wu 2023-09-19 06:11:05 +00:00
parent b0447d525c
commit 5d570937bc

View file

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