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

Commit 350b4b00 authored by Rob Carr's avatar Rob Carr Committed by Android (Google) Code Review
Browse files

Merge "Flip BLAST flag."

parents 67ddfd28 5cf36637
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1216,9 +1216,7 @@ public class WindowManagerService extends IWindowManager.Stub
        mAnimator = new WindowAnimator(this);
        mRoot = new RootWindowContainer(this);

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

        mSyncEngine = new BLASTSyncEngine(this);