You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using AbstractExpandableItem with not initialized sub item list, after setting empty filter and call adapter.filterItems() we have got this crash.
I had work around it setting empty list of subitems after creating expandable item.
Process: ****, PID: 25237
java.lang.NullPointerException: Attempt to invoke interface method 'java.util.Iterator java.util.List.iterator()' on a null object reference
at eu.davidea.flexibleadapter.FlexibleAdapter.resetFilterFlags(FlexibleAdapter.java:2854)
at eu.davidea.flexibleadapter.FlexibleAdapter.filterItems(FlexibleAdapter.java:2453)
The text was updated successfully, but these errors were encountered:
When using AbstractExpandableItem with not initialized sub item list, after setting empty filter and call adapter.filterItems() we have got this crash.
I had work around it setting empty list of subitems after creating expandable item.
Process: ****, PID: 25237
java.lang.NullPointerException: Attempt to invoke interface method 'java.util.Iterator java.util.List.iterator()' on a null object reference
at eu.davidea.flexibleadapter.FlexibleAdapter.resetFilterFlags(FlexibleAdapter.java:2854)
at eu.davidea.flexibleadapter.FlexibleAdapter.filterItems(FlexibleAdapter.java:2453)
The text was updated successfully, but these errors were encountered: