|
@@ -68,11 +68,6 @@ public class InfinitePhotoItemCell extends RelativeLayout implements InfinitePho
|
|
|
if (mPhotoItem != null) {
|
|
if (mPhotoItem != null) {
|
|
|
bitmap = mPhotoItem.getImage();
|
|
bitmap = mPhotoItem.getImage();
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
- if (bitmap == null) {
|
|
|
|
|
- TextView tv = findViewById(R.id.test);
|
|
|
|
|
- tv.setText("null");
|
|
|
|
|
- }
|
|
|
|
|
mPhotoIv.setImageBitmap(bitmap);
|
|
mPhotoIv.setImageBitmap(bitmap);
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|