From b0a704bd46e8ffced720bac31504d025974594f2 Mon Sep 17 00:00:00 2001 From: theshaenix Date: Thu, 31 Jul 2025 11:30:21 +0530 Subject: [PATCH] RMX2061: Drop background blur support due to graphical issues * Device exhibits glitches and instability with SurfaceFlinger blur enabled. * Removing ro.surface_flinger.supports_background_blur from device props. * Prevents visual artifacts and ensures smoother system UI performance. --- lineage_RMX2061.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/lineage_RMX2061.mk b/lineage_RMX2061.mk index 0588b6e..4d281b0 100644 --- a/lineage_RMX2061.mk +++ b/lineage_RMX2061.mk @@ -42,5 +42,3 @@ PRODUCT_BUILD_PROP_OVERRIDES += \ # Face Unlock TARGET_FACE_UNLOCK_SUPPORTED := true -# Blur -TARGET_ENABLE_BLUR := true