From 603cb36a5123e46656b06a5deb8d7ac7ff81307f Mon Sep 17 00:00:00 2001 From: 554325746@qq.com <554325746@qq.com> Date: 星期三, 25 十二月 2019 08:48:51 +0800 Subject: [PATCH] a --- app/src/main/java/com/basic/security/widget/hlistview/HListView.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/src/main/java/com/basic/security/widget/hlistview/HListView.java b/app/src/main/java/com/basic/security/widget/hlistview/HListView.java index 6940d57..decf59a 100644 --- a/app/src/main/java/com/basic/security/widget/hlistview/HListView.java +++ b/app/src/main/java/com/basic/security/widget/hlistview/HListView.java @@ -1321,7 +1321,7 @@ invokeOnItemScrollListener(); return; } else if (mItemCount != mAdapter.getCount()) { - System.out.println("HListView.layoutChildren" + "The content of the adapter has changed but " + System1.out.println("HListView.layoutChildren" + "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(" + getId() + ", " + getClass() -- Gitblit v1.8.0