-
-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash while search filtering #103
Comments
@jonas-arkulpa should be fixed in the next version. The root cause seems that you have a selected item in some cases. The filtering will now deselect all selections before filtering. |
@mikepenz And what will happen if the filter is empty? Will the selections be restored? |
@Rainer-Lang no it won't. |
That's not "nice". ;) |
@mikepenz thanks for the quick reply and fix. |
I have created custom edittext which does not hangs or crash the app. |
I have an issue that might be caused by misconfiguration.
In our project I use a RecyclerView with three adapters:
Following libs are used:
All but searching is working.
If I type something into the SearchView the app is crashing with the following exception:
In some situations the app is only crashing by specific search caracters ('t'), so I think something is wrong with my filter.
If I return false in the filter, so nothing is filtert, it is working without any issue.
I can't find the root of the problem and want to ask you for help.
Do not hesitate to ask for more details.
Kind Regards,
Jonas Hackenberg
RecyclerSwipeAdapter:
StickyHeaderAdapter:
The text was updated successfully, but these errors were encountered: