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

使用这个库 StackOverflowError #39

Open
zhaoweiguo5505 opened this issue Sep 4, 2019 · 2 comments
Open

使用这个库 StackOverflowError #39

zhaoweiguo5505 opened this issue Sep 4, 2019 · 2 comments

Comments

@zhaoweiguo5505
Copy link

经常出现这个问题 有遇到的嘛?

@wuyinlei
Copy link

wuyinlei commented Mar 4, 2020

有没有解决的,确实有这个问题

@Kenmmm
Copy link

Kenmmm commented Apr 29, 2020

KLineChartView.class里把onLongPress方法改一下就解决了

@OverRide
public void onLongPress(MotionEvent e) {
if (!isRefreshing && getAdapter().getCount() != 0) {
super.onLongPress(e);
}
}

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

3 participants