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 Jul 14, 2021. It is now read-only.
我有 7 个卡片。
第 7 个卡片一开始有 10 条数据,点击 button 添加 10 条数据并 notifyDataSetChanged()。
第一次点击 button 由 10条数据变成 20 条,成功。
第二次点击 button 由 20条数据变成 30 条,失败。
下面是我 debug 的过程截图。
第一次点击 button:
第二次点击 button:
可以看到 helpers 的 size == 0,不知道为什么。
下面是我刷新的代码,不知道是不是我刷新的方式错了,希望能解答下,谢谢!
The text was updated successfully, but these errors were encountered: