分享模块,下载合集微调
This commit is contained in:
@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user