Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2cc656a3 authored by Eran's avatar Eran Committed by Steve Kondik
Browse files

Disable surface dithering by default

Change-Id: Ic6daad4beb95941a4323384adea85b6312682927
parent eb0e3973
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -221,7 +221,7 @@ void SurfaceFlinger::init()
    property_get("debug.sf.render_color_blue", value, "824");
    mRenderColorB = atoi(value);

    property_get("persist.sys.use_dithering", value, "1");
    property_get("persist.sys.use_dithering", value, "0");
    mUseDithering = atoi(value) == 1;

    LOGI_IF(mDebugRegion,           "showupdates enabled");