Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

数据加载问题 #84

Open
HalyangDream opened this issue May 14, 2018 · 2 comments
Open

数据加载问题 #84

HalyangDream opened this issue May 14, 2018 · 2 comments

Comments

@HalyangDream
Copy link

每次划完了,重新给集合里添加数据,就会数组越界

java.lang.IndexOutOfBoundsException: Index: 4, Size: 4
at java.util.ArrayList.get(ArrayList.java:411)
at com.SimpleDate.FaMy.ui.view.tantan.CardSlidePanel.onLayout(CardSlidePanel.java:499)
at android.view.View.layout(View.java:18878)
at android.view.ViewGroup.layout(ViewGroup.java:5953)
at android.support.design.widget.HeaderScrollingViewBehavior.layoutChild(HeaderScrollingViewBehavior.java:132)
at android.support.design.widget.ViewOffsetBehavior.onLayoutChild(ViewOffsetBehavior.java:42)
at android.support.design.widget.AppBarLayout$ScrollingViewBehavior.onLayoutChild(AppBarLayout.java:1361)
at android.support.design.widget.CoordinatorLayout.onLayout(CoordinatorLayout.java:894)
at android.view.View.layout(View.java:18878)

@HalyangDream
Copy link
Author

在调用notifyDataSetChanged()方法是就出现

@HalyangDream
Copy link
Author

突然发现是不能在onResume()生命周期使用notifyDataSetChanged();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant