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
This project uses a viewpager with a cube out transformer from
More explanation is available in my "bugreprod" project but in summary when view pager's current page is 3 and offscreen limit is 3 and you click right or left side of the screen, it triggers the click event of page 0's left side view. It doesn't happen when limit is 2 or 1 or something else. I analyzed the transformation code in library but it doesn't look like a problem in transformer but a problem in viewpager. I tested only with api 28 emulator and api 28 phone.