光环前端需求汇总(2019年6月第1周)(4.5.12.13.14.15.16) https://gitlab.ghzs.com/pm/halo-app-issues/issues/538#note_22426

This commit is contained in:
kehaoyuan
2019-06-05 17:56:40 +08:00
parent 566307105e
commit 04807a5653
11 changed files with 85 additions and 78 deletions

View File

@ -393,6 +393,7 @@ public class ViewImageActivity extends BaseActivity implements OnPageChangeListe
OutputStream outStream = new FileOutputStream(targetFile);
outStream.write(resource.read());
Utils.toast(ViewImageActivity.this, "图片已保存到/Pictures/ghzhushou/");
MessageShareUtils.refreshImage(new File(savePath), ViewImageActivity.this);
} catch (Exception e) {
Utils.log("图片保存失败:" + e.toString());
e.printStackTrace();