Merge pull request #271 from notmyst33d/android-11.0
Fix UI lags on Redmi Note 9
This commit is contained in:
commit
dfd02ff557
@ -525,7 +525,7 @@ if getprop ro.vendor.product.device | grep -q -e nora -e rhannah; then
|
||||
setprop debug.sf.latch_unsignaled 1
|
||||
fi
|
||||
|
||||
if getprop ro.vendor.build.fingerprint | grep -iq -e xiaomi/daisy; then
|
||||
if getprop ro.vendor.build.fingerprint | grep -iq -e xiaomi/daisy -e Redmi/merlin; then
|
||||
setprop debug.sf.latch_unsignaled 1
|
||||
setprop debug.sf.enable_hwc_vds 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user