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

Commit 8209b80d authored by Jason Macnak's avatar Jason Macnak
Browse files

Revert "Flip BLAST for SurfaceView"

This reverts commit 5cc30254.

Reason for revert: Potential culprit for Bug 174177992 - verifying through Forrest before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.

Change-Id: I782432c4d26ce19d3c7f1769fc1d5ebfd4b2cf71
parent 5cc30254
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -239,7 +239,7 @@ public class SurfaceView extends View implements ViewRootImpl.SurfaceChangedCall
    private static boolean useBlastAdapter(Context context) {
        ContentResolver contentResolver = context.getContentResolver();
        return Settings.Global.getInt(contentResolver,
                Settings.Global.DEVELOPMENT_USE_BLAST_ADAPTER_SV, 1 /* default */) == 1;
                Settings.Global.DEVELOPMENT_USE_BLAST_ADAPTER_SV, 0 /* default */) == 1;
    }

    private final boolean mUseBlastAdapter;