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

Commit ffeb29f9 authored by Sundong Ahn's avatar Sundong Ahn
Browse files

Revert "Flip BLAST flag."

This reverts commit 5cf36637.

Reason for revert: b/171938419

Change-Id: I81dd1c3482c6fcbc527ec737d158b9d9a23fcbbe
parent 5cf36637
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1203,7 +1203,9 @@ public class WindowManagerService extends IWindowManager.Stub
        mAnimator = new WindowAnimator(this);
        mRoot = new RootWindowContainer(this);

        mUseBLAST = true;
        mUseBLAST = DeviceConfig.getBoolean(
                    DeviceConfig.NAMESPACE_WINDOW_MANAGER_NATIVE_BOOT,
                    WM_USE_BLAST_ADAPTER_FLAG, false);

        mSyncEngine = new BLASTSyncEngine(this);