Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Component used: androidx.recyclerview:recyclerview Version used: 1.3.0
The documentation for
removeOnScrollListener
is incorrect.It's currently:
Problems:
listener
is not a listener to set, it's the one to remove.listener
is not a nullable parameter, so the "or null to clear" is wrong.listener
was not previously added withaddOnScrollListener
.Suggest rewriting to: