Skip to content

Commit

Permalink
fixed queue rearrange issue android
Browse files Browse the repository at this point in the history
  • Loading branch information
anandnet committed Feb 13, 2024
1 parent beb34d1 commit d257225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/widgets/up_next_queue.dart
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class UpNextQueue extends StatelessWidget {
: Theme.of(homeScaffoldContext).textTheme.titleSmall,
),
trailing: ReorderableDragStartListener(
enabled: false,
enabled: !GetPlatform.isDesktop,
index: index,
child: Container(
padding: EdgeInsets.only(
Expand Down

5 comments on commit d257225

@anandnet
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Kabuki1212
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its still not working for me

@Kabuki1212
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Im Using Harmony v1.9.0 And The Queue Not Let Me Move Songs Up And Down

@Kabuki1212
Copy link

@Kabuki1212 Kabuki1212 commented on d257225 Feb 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I Have Android 12 And I Tried To Download v1.9.0 From Both Sites And Its Still Not Works

@Kabuki1212
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You Mean You'll Fix On The Next Version?

Please sign in to comment.