Open
Bug 1979077
Opened 1 year ago
Updated 5 months ago
Enable scrolling in dead space of Tab List view
Categories
(Firefox for Android :: Tabs, enhancement)
Tracking
()
NEW
People
(Reporter: npoon, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxdroid][group4])
Currently not possible because of our homegrown ReorderableList.
We need to refactor this to use some other reorderable modifier or a library
The detectListPressAndDrag modifier is bound to our LazyColumn, which is also where the scrolling logic is bound to. Therefore, we cannot enable scrolling while also disabling long click for multi select in this dead space
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•