测试更改

This commit is contained in:
18401019693
2022-11-18 15:18:50 +08:00
parent 17ec4753b6
commit e8f13d7590
8 changed files with 14 additions and 17 deletions

View File

@@ -48,7 +48,7 @@ public class DrawerTaskAdapter extends RecyclerView.Adapter {
@Override
public int getItemCount() {
return child.size();
return 2;
}
public void updateData(List<CustomSidebarChildModel> mChild) {