Yalantis / SearchFilter

Implementing Search Filter Animation in Kotlin for Quora Meets LinkedIn, Our App Design Concept

Home Page:https://yalantis.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error collapse filter in first time

pablogupi opened this issue · comments

Hello!
I'm implemented SearchFilter like the example. When I load my fragment in first time, filter is expanded. I click in collapse button and the filter list collapse and expand quickly . In this moment, I can select a tag or click in collapse button and work correctly. It's a error?

mFilter = (Filter<Tag>) view.findViewById(R.id.filter); mFilter.setAdapter(new Adapter(getTags())); mFilter.setListener(this); mFilter.setNoSelectedItemText("Filtros de búsqueda"); mFilter.build();

Can it be collapse by default when loading the first time? Thanks