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

Commit 9afe775c authored by John Reck's avatar John Reck
Browse files

Disable RenderThread

 Now that there's a half dozen bugs to fix, switch back
 to the stable renderer until the issues are addressed

Change-Id: I1513cf26717e8ab6b1a038e86ae9a40f5f1a3c50
parent 170e0c4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -182,7 +182,7 @@ public abstract class HardwareRenderer {
    public static boolean sSystemRendererDisabled = false;

    /** @hide */
    public static boolean sUseRenderThread = true;
    public static boolean sUseRenderThread = false;

    private boolean mEnabled;
    private boolean mRequested = true;