修复在"下载管理-游戏更新"页面更新游戏没有记录下载曝光事件的问题

This commit is contained in:
chenjuntao
2018-10-09 17:37:03 +08:00
parent c11aede298
commit b5d8e1cd2e
2 changed files with 12 additions and 1 deletions

View File

@ -409,6 +409,7 @@ public class BindingAdapters {
PackageUtils.launchSetup(v.getContext(), downloadEntity.getPath());
}
}
break;
}
});
}