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:1645)
at android.widget.AbsListView.onTouchModeChanged(AbsListView.java:3958)
at android.view.ViewTreeObserver.dispatchOnTouchModeChanged(ViewTreeObserver.java:997)
at android.view.ViewRootImpl.ensureTouchModeLocally(ViewRootImpl.java:4012)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2177)
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1340)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:6757)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:894)
at android.view.Choreographer.doCallbacks(Choreographer.java:696)
at android.view.Choreographer.doFrame(Choreographer.java:631)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:880)
at android.os.Handler.handleCallback(Handler.java:815)
at android.os.Handler.dispatchMessage(Handler.java:104)
at android.os.Looper.loop(Looper.java:207)
at android.app.ActivityThread.main(ActivityThread.java:5882)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:918)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
User:WanChiu http://weibo.com/u/1847036733 Latest crash log: Android Version: 6.0 Device Model: PRO 6 Device Manufacturer: Meizu 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:1645) at android.widget.AbsListView.onTouchModeChanged(AbsListView.java:3958) at android.view.ViewTreeObserver.dispatchOnTouchModeChanged(ViewTreeObserver.java:997) at android.view.ViewRootImpl.ensureTouchModeLocally(ViewRootImpl.java:4012) at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2177) at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1340) at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:6757) at android.view.Choreographer$CallbackRecord.run(Choreographer.java:894) at android.view.Choreographer.doCallbacks(Choreographer.java:696) at android.view.Choreographer.doFrame(Choreographer.java:631) at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:880) at android.os.Handler.handleCallback(Handler.java:815) at android.os.Handler.dispatchMessage(Handler.java:104) at android.os.Looper.loop(Looper.java:207) at android.app.ActivityThread.main(ActivityThread.java:5882) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:918) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)