Merge pull request #130 from XavierWrz/patch-1

Fixing animations issues in Moto E5/Moto E5 Plus
This commit is contained in:
Pierre-Hugues HUSSON 2019-12-08 18:42:29 +01:00 committed by GitHub
commit b3b7aea404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -306,6 +306,10 @@ if getprop ro.product.model | grep -qF ANE; then
setprop debug.sf.latch_unsignaled 1 setprop debug.sf.latch_unsignaled 1
fi fi
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 -e 'huawei|honor' || getprop persist.sys.overlay.huawei | grep -iq -E -e 'true'; then if getprop ro.vendor.build.fingerprint | grep -iq -E -e 'huawei|honor' || getprop persist.sys.overlay.huawei | grep -iq -E -e 'true'; then
p=/product/etc/nfc/libnfc_nxp_*_*.conf p=/product/etc/nfc/libnfc_nxp_*_*.conf
mount -o bind "$p" /system/etc/libnfc-nxp.conf || mount -o bind "$p" /system/etc/libnfc-nxp.conf ||