Skip to content

Error collapse filter in first time #15

@pablogupi

Description

@pablogupi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions