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
throws an exception on navigation between fragments (on navigate back to fragment having SearchView)
java.lang.NullPointerException: null cannot be cast to non-null type kotlin.collections.List<Item of com.mikepenz.fastadapter.adapters.ItemFilter>
at com.mikepenz.fastadapter.adapters.ItemFilter.publishResults(ItemFilter.kt:104)
at android.widget.Filter$ResultsHandler.handleMessage(Filter.java:284)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:246)
at android.app.ActivityThread.main(ActivityThread.java:8653)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
The text was updated successfully, but these errors were encountered:
Initializing itemFilterListener like
and filtering with SearchView
throws an exception on navigation between fragments (on navigate back to fragment having SearchView)
The text was updated successfully, but these errors were encountered: