完成游戏相关优化汇总(0423测试 1,2) https://git.ghzs.com/pm/halo-app-issues/-/issues/1211
This commit is contained in:
@ -303,7 +303,8 @@ public class DownloadManager implements DownloadStatusListener {
|
||||
// todo 不是应该实时判断吗?
|
||||
if (PackageUtils.isCanPluggable(apkEntity)) {
|
||||
downloadEntity.setPluggable(true);
|
||||
} else if (PackageUtils.isCanUpdate(apkEntity, gameEntity.getId())) {
|
||||
} else if (PackageUtils.isCanUpdate(apkEntity, gameEntity.getId())
|
||||
|| PackageUtils.isNonPluginUpdatable(apkEntity, gameEntity)) {
|
||||
downloadEntity.setUpdate(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user