wrong section TAG value
问题 I'm try to remove some rows from section one and some from section two, but sectionAdapter.notifyItemRemovedFromSection(TAG, key); TAG always return the 2st section list string TAG, but I was selected row in first list here is full class code: class ContactsSection extends StatelessSection { final String TAG; String title; List<Item> list; ItemViewHolder row; HeaderViewHolder MainRow; ContactsSection(String title, ArrayList<Item> list) { super(R.layout.shopping_row_item_header, R.layout