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

Commit a2864202 authored by Wale Ogunwale's avatar Wale Ogunwale Committed by Android (Google) Code Review
Browse files

Merge "Revert "Flip BLAST flag.""

parents d7e3111b ffeb29f9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1216,7 +1216,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);