新多版本弹窗补充曝光路径

This commit is contained in:
juntao
2020-05-27 10:57:49 +08:00
parent c9c4a996dc
commit 619660e5e5
8 changed files with 36 additions and 20 deletions

View File

@ -464,6 +464,7 @@ public class DownloadItemUtils {
DownloadDialog.showDownloadDialog(
v.getContext(),
gameEntity,
traceEvent,
entrance,
location);
});
@ -521,7 +522,7 @@ public class DownloadItemUtils {
MtaHelper.onEvent("我的游戏_启动", "插件化", gameEntity.getName());
}
if (gameEntity.getPluggableCollection() != null) {
DownloadDialog.showDownloadDialog(context, gameEntity, entrance, location);
DownloadDialog.showDownloadDialog(context, gameEntity, traceEvent, entrance, location);
} else {
DownloadDialogHelper.findAvailableDialogAndShow(context, gameEntity, apk, () -> {
CertificationDialog.showCertificationDialog(context, gameEntity, () -> {