Fix brightness flickers on Xiaomi Mi 10T Lite (gauguin)

This commit is contained in:
iovxw 2022-09-17 18:40:06 +08:00
parent 64c6844aca
commit 41c8ec4ee0
No known key found for this signature in database
GPG Key ID: C84626C2D3D79995
1 changed files with 2 additions and 2 deletions

View File

@ -392,9 +392,9 @@ if getprop ro.vendor.build.fingerprint | grep -iq \
setprop persist.sys.qcom-brightness -1
fi
# Lenovo Z5s brightness flickers without this setting
# Lenovo Z5s & Xiaomi Mi10TLite brightness flickers without this setting
if getprop ro.vendor.build.fingerprint | grep -iq \
-e Lenovo/jd2019; then
-e Lenovo/jd2019 -e Xiaomi/gauguin -e Redmi/gauguinpro; then
setprop persist.sys.qcom-brightness -1
fi