You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
项目中有多个adapter(DelegateAdapter.Adapter),并delegateAdapters.add(adapter),后面有个场景,需要对单个adapter进行数据更改,并局部刷新
List applicationInfoBeans = resourcesInfos.subList(0, 4);
adapter.setData(applicationInfoBeans);
adapter.notifyDataSetChanged();
该方法会失败并crash。求助中
The text was updated successfully, but these errors were encountered: