You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there. I am trying to add a Swipe to delete (left) to each reordeble item.
Here is the way I follow, which also will help you to reproduce the issue:
Hi there. I am trying to add a Swipe to delete (left) to each reordeble item.
Here is the way I follow, which also will help you to reproduce the issue:
To make it run, I added the dependancy for Material 3
implementation("androidx.compose.material3:material3:1.2.0-beta01")
and also added a method in
ReorderListViewModel
to delete items:Here is a demo what happens at swipe:
Screen_recording_20240123_140229.webm
Please help to fix the issue. Many thanks in advance.
The text was updated successfully, but these errors were encountered: