解决冲突

This commit is contained in:
2022-09-22 13:50:46 +08:00
parent 0b0967f84d
commit c0d0fed83a
2 changed files with 28 additions and 30 deletions

View File

@@ -89,5 +89,6 @@ public class BeautySkinViewHolder extends BaseViewHolder{
for (BaseBean bean : list) {
adapter.del(getName(this)+bean.getKey());
}
adapter.notifyDataSetChanged();
}
}