We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
滑动时会报这个错误信息, An instance of OnFlingListener already set.
The text was updated successfully, but these errors were encountered:
上下滑动会出问题,左右滑动也会出这个问题
Sorry, something went wrong.
if (view.getOnFlingListener() == null) mPagerSnapHelper.attachToRecyclerView(view);
我这样写不会报错了。 但是上下 和 滑动 手势冲突 这个问题怎么解决
No branches or pull requests
滑动时会报这个错误信息, An instance of OnFlingListener already set.
The text was updated successfully, but these errors were encountered: