The problem stated here #565 still persists in FlexibleAdpater version 5.1.0. Steps to reproduce:
- Apply filter
- Delete a single item (FlexibleAdpater.removeItem(position))
- Reset filter
- Re-apply the same filter
- The deleted item will reappear
Note: I have applied both setPermanentDelete(true) and confirmDeletion().
The problem stated here #565 still persists in FlexibleAdpater version 5.1.0. Steps to reproduce:
Note: I have applied both
setPermanentDelete(true)andconfirmDeletion().