[Huawei P20 lite] Add workaround for laggy overview

This commit is contained in:
Yunus İşleyen 2018-11-08 21:09:31 +03:00 committed by Pierre-Hugues HUSSON
parent 31e189a7d0
commit 86bc69de19
1 changed files with 4 additions and 0 deletions

View File

@ -179,6 +179,10 @@ if getprop ro.hardware |grep -qF samsungexynos;then
setprop debug.sf.latch_unsignaled 1
fi
if getprop ro.product.model |grep -qF ANE;then
setprop debug.sf.latch_unsignaled 1
fi
if getprop ro.vendor.build.fingerprint | grep -qE -e ".*(crown|star)[q2]*lte.*" -e ".*(SC-0[23]K|SCV3[89]).*";then
for f in /vendor/lib/libfloatingfeature.so /vendor/lib64/libfloatingfeature.so;do
[ ! -f $f ] && continue