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

Commit 7c976c67 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Flip BLAST for SurfaceView"

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


    private final boolean mUseBlastAdapter;
    private final boolean mUseBlastAdapter;