|
|
@@ -306,7 +306,9 @@ public class TaskdetailSonListviewAdp extends BaseAdapter {
|
|
|
GlideImageLoader.downLoadImage(name, taskReleaseEty.getTask().getQr_code(), new Action1<File>() {
|
|
|
@Override
|
|
|
public void call(File file) {
|
|
|
- G.showToast("保存成功,图片路径:" + file.getAbsolutePath());
|
|
|
+ if (file != null) {
|
|
|
+ G.showToast("保存成功,图片路径:" + file.getAbsolutePath());
|
|
|
+ }
|
|
|
}
|
|
|
});
|
|
|
}
|