Skip to content

How do we delete an item from list after the adapter is filtered? #565

@ch4ndu

Description

@ch4ndu

Step 1. Have around 20 items in the adapter created initially.
Step 2. Then apply filter so that less items(10?) remain
Step 3. Remove an item from the adapter - ex: adpater.removeitem(2)
Step 4. Clear the filter.

The item removed here shows up in the list again after clearing the the filter. Is there any way I can make that deletion stick?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions