细节修复、部分bug修复
This commit is contained in:
@ -120,7 +120,7 @@ public class DownloadItemUtils {
|
||||
ArrayMap<String, DownloadEntity> entryMap = entity.getEntryMap();
|
||||
if (entryMap != null && !entryMap.isEmpty()) {
|
||||
|
||||
DownloadEntity downloadEntity = entryMap.get(entity.getApk().get(0).getPlatform());
|
||||
DownloadEntity downloadEntity = entryMap.get(entryMap.keyAt(0));
|
||||
|
||||
if (downloadEntity != null && (!entity.isPluggable()
|
||||
|| entity.getApk().get(0).getPlatform().equals(
|
||||
|
||||
Reference in New Issue
Block a user