细节修复、部分bug修复
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user