Disable variable refresh rate when typing on gs101

Turn off config_variableRefreshRateTypingSupported on gs101.

Bug: 299966467
Test: presubmit
Change-Id: Ifcac7ffe451db1b5059fb8827be58c80be828178
This commit is contained in:
Wilson Wu 2023-09-19 06:07:11 +00:00
parent 1540e87a66
commit b6c4eba975

View file

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