🐛 Fix selection now won't work in library

This commit is contained in:
2025-12-20 13:31:47 +08:00
parent b05566dd36
commit 560590bf60
2 changed files with 4 additions and 0 deletions

View File

@@ -524,6 +524,7 @@ class LibraryScreen extends HookConsumerWidget {
showTrailingIcon: true,
onTrailingPressed: () =>
_showTrackOptions(context, ref, track),
onLongPress: () => toggleSelection(track.id),
onTap: () {
final loadingNotifier = ref.read(
remoteTrackLoadingProvider.notifier,