luizgrp / SectionedRecyclerViewAdapter

An Adapter that allows a RecyclerView to be split into Sections with headers and/or footers. Each Section can have its state controlled individually.
MIT License
1.68k stars 372 forks source link

Example Sections + SearchView (Problem) #148

Closed agueroveraalvaro closed 5 years ago

agueroveraalvaro commented 5 years ago

Describe the bug I loose a few hours searching why sections + searchview is not working. Please change filteredList.clear(); for this this.filteredList=new ArrayList<>();

Additional context Soo many thanks for the library, thank soo much! it's great

luizgrp commented 5 years ago

Hi @agueroveraalvaro, thanks for reporting it. I can't reproduce the issue, the SearchView with Sections example seems to be working fine?