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. [in ListView(2131558619, class android.widget.ListView) with Adapter(class com.quinny898.library.persistentsearch.SearchBox$SearchAdapter)]
at android.widget.ListView.layoutChildren(ListView.java:1548)
at android.widget.AbsListView.onTouchModeChanged(AbsListView.java:3321)
at android.view.ViewTreeObserver.dispatchOnTouchModeChanged(ViewTreeObserver.java:724)
at android.view.ViewRootImpl.ensureTouchModeLocally(ViewRootImpl.java:3445)
at android.view.ViewRootImpl.access$400(ViewRootImpl.java:103)
at android.view.ViewRootImpl$ViewRootHandler.handleMessage(ViewRootImpl.java:3228)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:153)
at android.app.ActivityThread.main(ActivityThread.java:5296)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:833)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600)
at dalvik.system.NativeStart.main(Native Method)
User:Lekoww_败北的少年 http://weibo.com/u/3807706485 Latest crash log: Android Version: 4.2.2 Device Model: ZTE Q503U Device Manufacturer: ZTE 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. [in ListView(2131558619, class android.widget.ListView) with Adapter(class com.quinny898.library.persistentsearch.SearchBox$SearchAdapter)] at android.widget.ListView.layoutChildren(ListView.java:1548) at android.widget.AbsListView.onTouchModeChanged(AbsListView.java:3321) at android.view.ViewTreeObserver.dispatchOnTouchModeChanged(ViewTreeObserver.java:724) at android.view.ViewRootImpl.ensureTouchModeLocally(ViewRootImpl.java:3445) at android.view.ViewRootImpl.access$400(ViewRootImpl.java:103) at android.view.ViewRootImpl$ViewRootHandler.handleMessage(ViewRootImpl.java:3228) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:153) at android.app.ActivityThread.main(ActivityThread.java:5296) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:511) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:833) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600) at dalvik.system.NativeStart.main(Native Method)