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
{{ message }}
This repository has been archived by the owner on Sep 22, 2018. It is now read-only.
java.lang.IllegalStateException: The content of the adapter has changed but ListView did not receive a notification. Make sure the content of your adapter is not modified from a background thread, but only from the UI thread. Make sure your adapter calls notifyDataSetChanged() when its content changes. [in ListView(2131558619, class android.widget.ListView) with Adapter(class com.quinny898.library.persistentsearch.SearchBox$SearchAdapter)]
at android.widget.ListView.layoutChildren(ListView.java:1559)
at android.widget.AbsListView.onTouchModeChanged(AbsListView.java:3438)
at android.view.ViewTreeObserver.dispatchOnTouchModeChanged(ViewTreeObserver.java:879)
at android.view.ViewRootImpl.ensureTouchModeLocally(ViewRootImpl.java:3505)
at android.view.ViewRootImpl.access$500(ViewRootImpl.java:110)
at android.view.ViewRootImpl$ViewRootHandler.handleMessage(ViewRootImpl.java:3236)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5315)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:680)
at dalvik.system.NativeStart.main(Native Method)
The text was updated successfully, but these errors were encountered:
User:固力果的TATTOO http://weibo.com/u/5263587722
Latest crash log:
Android Version: 4.4.2
Device Model: PE-CL00
Device Manufacturer: HUAWEI
App Version: 2.2.2/45
java.lang.IllegalStateException: The content of the adapter has changed but ListView did not receive a notification. Make sure the content of your adapter is not modified from a background thread, but only from the UI thread. Make sure your adapter calls notifyDataSetChanged() when its content changes. [in ListView(2131558619, class android.widget.ListView) with Adapter(class com.quinny898.library.persistentsearch.SearchBox$SearchAdapter)]
at android.widget.ListView.layoutChildren(ListView.java:1559)
at android.widget.AbsListView.onTouchModeChanged(AbsListView.java:3438)
at android.view.ViewTreeObserver.dispatchOnTouchModeChanged(ViewTreeObserver.java:879)
at android.view.ViewRootImpl.ensureTouchModeLocally(ViewRootImpl.java:3505)
at android.view.ViewRootImpl.access$500(ViewRootImpl.java:110)
at android.view.ViewRootImpl$ViewRootHandler.handleMessage(ViewRootImpl.java:3236)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5315)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:680)
at dalvik.system.NativeStart.main(Native Method)
The text was updated successfully, but these errors were encountered: