mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-08-09 12:36:00 +02:00
fix(download): swap local track variant actions
This commit is contained in:
@@ -116,7 +116,10 @@ class TrackListTile extends ConsumerWidget {
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
PreviewButton(track: track),
|
||||
TrackCollectionQuickActions(track: track),
|
||||
TrackCollectionQuickActions(
|
||||
track: track,
|
||||
hasLocalPlaybackCandidate: isInHistory || isInLocalLibrary,
|
||||
),
|
||||
],
|
||||
),
|
||||
onTap: () => _handleTap(
|
||||
@@ -129,6 +132,7 @@ class TrackListTile extends ConsumerWidget {
|
||||
context,
|
||||
ref,
|
||||
track,
|
||||
hasLocalPlaybackCandidate: isInHistory || isInLocalLibrary,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user