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

If scroll to the end, the click event will not fire. #833

Open
matsudamper opened this issue Mar 6, 2019 · 1 comment
Open

If scroll to the end, the click event will not fire. #833

matsudamper opened this issue Mar 6, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@matsudamper
Copy link

Overview (Required)

  • If scroll to the end, the first click event will not fire on the session list page.

Steps To Reproduce

  1. launch app
  2. scroll to bottom(Scroll to the end firmly)
  3. click session(No click event will occur)
  4. click session onece agein

Expected behavior
Click event occurs

Env:

  • Device: [e.g. Pixel3]
  • OS: [e.g. 9.0]
  • App Version or the branch [master]

Additional context
Setting [android: nestedScrollingEnabled = "false"] to RecyclerView was correct, but I did not understand the reason.

@matsudamper matsudamper added the bug Something isn't working label Mar 6, 2019
@matsudamper
Copy link
Author

It turned out that the problem is that ScrollState is SCROLL_STATE_SETTLING even if it scrolls to the end.
This has been confirmed with the GooglePay app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant