使下载完成通知在点击安装后消失 https://gitlab.ghzs.com/pm/halo-app-issues/issues/726

This commit is contained in:
chenjuntao
2020-01-04 17:55:25 +08:00
parent d79b3f10e8
commit 74f64d9782
9 changed files with 34 additions and 14 deletions

View File

@ -576,7 +576,7 @@ public class DownloadItemUtils {
}
adapter.notifyItemChanged(position);
} else {
PackageUtils.launchSetup(context, path);
PackageUtils.launchSetup(context, downloadEntity);
}
}
}