Night mode is awfull slow on Cubot X18 Plus. For the moment just blacklist the device, but needs to know whether this is the chipset, or chipset + screen
diff --git a/rw-system.sh b/rw-system.sh
index 5294408..110b322 100644
--- a/rw-system.sh
+++ b/rw-system.sh
@@ -70,3 +70,7 @@
if [ "$(getprop ro.vendor.product.device)" == "OnePlus6" ];then
resize2fs /dev/block/platform/soc/1d84000.ufshc/by-name/userdata
fi
+
+if getprop ro.vendor.build.fingerprint |grep full_k50v1_64;then
+ setprop persist.sys.overlay.nightmode false
+fi