分享模块,下载合集微调

This commit is contained in:
khy
2016-09-05 11:14:24 +08:00
parent 87b47a9c31
commit bfd31516ba
17 changed files with 379 additions and 86 deletions

View File

@ -110,6 +110,9 @@ public class DownloadDialog {
if (position - 1 < adapterMap.size()) {
adapterMap.get(position - 1).notifyItemChanged(location % (row * column));
}
if (position - 1 < collectionAdapterMap.size()){
if (collectionAdapterMap != null && collectionAdapterMap.size() >= position - 1 && collectionAdapterMap.size() >= 1){
collectionAdapterMap.get(position - 1).notifyItemChanged(location % (row * column));
}