* commit '7f2083fe481f7e31d36f9ea96f945273dbd58526': Fix crash in ImageProcessing blend test
This commit is contained in:
@@ -52,8 +52,10 @@ public class Blend extends TestBase {
|
||||
new AdapterView.OnItemSelectedListener() {
|
||||
public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) {
|
||||
currentIntrinsic = pos;
|
||||
runTest();
|
||||
act.updateDisplay();
|
||||
if (mRS != null) {
|
||||
runTest();
|
||||
act.updateDisplay();
|
||||
}
|
||||
}
|
||||
|
||||
public void onNothingSelected(AdapterView parent) {
|
||||
|
||||
@@ -123,6 +123,7 @@ public class TestBase {
|
||||
|
||||
public void destroy() {
|
||||
mRS.destroy();
|
||||
mRS = null;
|
||||
}
|
||||
|
||||
public void updateBitmap(Bitmap b) {
|
||||
|
||||
Reference in New Issue
Block a user