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.2.0 Devices/Android versions reproduced on: everything
If this is a bug in the library, we would appreciate if you could attach:
The
mHorizontalBoundCheckCallback
andmVerticalBoundCheckCallback
that implementViewBoundsCheck.Callback
will measure incorrect values if padding exists insideRecyclerView
and theclipToPadding
option is used.Therefore, it is necessary to calculate the value by validating the clipToPadding option of RecyclerView in the function.