|
|
@@ -100,7 +100,7 @@ public class ActInputAndPickerImg extends AbsChooseImageActivity {
|
|
|
G.showToast(getString(R.string.x_cant_is_null, label));
|
|
|
return;
|
|
|
}
|
|
|
- if (inputAndUrlList.getList().isEmpty()) {
|
|
|
+ if (inputAndUrlList.getList().isEmpty() || inputAndUrlList.getList().get(0) == null) {
|
|
|
G.showToast(R.string.need_picker_img);
|
|
|
return;
|
|
|
}
|