Commit da6513e5 by amateur

1

1 parent 40b11866
......@@ -68,8 +68,10 @@ public class DownloadDialog extends DialogFragment {
@Override
public void onProgress(int progress) {
if (progress == 100) {
String downloadName = FileUtils.getSysDownLoadDir().getName();
String tipsPath = new File(downloadName, name).getAbsolutePath();
mProgressText.post(() -> {
ToastUtils.showLong("下载完成 " + file.getAbsoluteFile());
ToastUtils.showLong("下载完成 " + tipsPath);
dismiss();
});
return;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!