启动页面图片替换,启动页面修改,修复部分问题
This commit is contained in:
@ -121,7 +121,7 @@ public class DownloadItemUtils {
|
||||
|
||||
DownloadEntity downloadEntity = entryMap.get(entryMap.keyAt(0));
|
||||
|
||||
if (downloadEntity != null && (!entity.isPluggable()
|
||||
if (downloadEntity != null && (!downloadEntity.isPluggable()
|
||||
|| entity.getApk().get(0).getPlatform().equals(
|
||||
downloadEntity.getPlatform()))) {
|
||||
// 更改进度条和提示文本的状态
|
||||
|
||||
Reference in New Issue
Block a user