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

Commit 73db36e6 authored by Jason Sams's avatar Jason Sams Committed by Android (Google) Code Review
Browse files

Merge "Fix crash in ImageProcessing blend test" into jb-mr1-dev

parents f402fa46 4b429417
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -52,9 +52,11 @@ public class Blend extends TestBase {
            new AdapterView.OnItemSelectedListener() {
                public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) {
                    currentIntrinsic = pos;
                    if (mRS != null) {
                        runTest();
                        act.updateDisplay();
                    }
                }

                public void onNothingSelected(AdapterView parent) {

+1 −0
Original line number Diff line number Diff line
@@ -123,6 +123,7 @@ public class TestBase {

    public void destroy() {
        mRS.destroy();
        mRS = null;
    }

    public void updateBitmap(Bitmap b) {