Disable variable refresh rate when typing on gs201

Turn off config_variableRefreshRateTypingSupported on gs201.

Bug: 299966467
Test: presubmit
Change-Id: Idb98959749f365b7ed5f192a9f650b70a3840ae0
This commit is contained in:
Wilson Wu 2023-09-19 06:09:26 +00:00
parent 1fd5db8246
commit e5cc14a479

View file

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