SRGSSR / pillarbox-android

The modern SRG SSR Pillarbox player targeting Android platforms
MIT License
13 stars 1 forks source link

Demo playlist view item can be draggable #275

Open StaehliJ opened 12 months ago

StaehliJ commented 12 months ago

As a user I want to reorder the playlist by moving item with touch event too.

Acceptance criteria

Tasks

MGaetan89 commented 7 months ago

The current solution provided by Compose doesn't seem to support Drap&Drop in LazyList (or in scrollable container) yet. I've pushed my initial work in the branch linked in the Development section for future reference, when Compose will support this use case.