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
Hello,
I'm using a WearableRecyclerView with
isEdgeItemsCenteringEnabled = true
.I have a simple drag and drop to reorder the list; however, if I have isEdgeItemsCenteringEnabled set to true, whenever I try to drag the item, it scrolls to the top; if I have isEdgeItemsCenteringEnabled set to false, it works OK.
When false -https://gyazo.com/557b9d97b2be22dd97ad757f4a56291f
When true -https://gyazo.com/5064369846ba6e4e8856381b6d4a86cc
I'm not sure if this is intended or not. Anyway, my workaround right now consists on applying
isEdgeItemsCenteringEnabled = false
when I start dragging the item and thenisEdgeItemsCenteringEnabled = true
on dragging ended