Merge pull request #3345 from ByteHamster/queue-move

Disabled long-press drag
This commit is contained in:
H. Lehmann 2019-08-30 13:10:39 +02:00 committed by GitHub
commit 17d6d7fbbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,7 @@ public class QueueFragment extends Fragment {
@Override
public boolean isLongPressDragEnabled() {
return !UserPreferences.isQueueLocked();
return false;
}
@Override