细节修复、部分bug修复

This commit is contained in:
huangzhuanghua
2016-09-19 18:53:04 +08:00
parent 9fbd5ee72b
commit 29ba7a512e
27 changed files with 584 additions and 470 deletions

View File

@ -48,7 +48,7 @@ public class InstallFragment extends BaseFragment {
GameEntity detailedEntity = adapter.getGameList().get(location);
if (detailedEntity != null) {
DownloadItemUtils.processDate(getActivity(), detailedEntity,
downloadEntity, adapter, location + 2);
downloadEntity, adapter, location);
}
}
}