mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-10-30 14:52:59 +00:00
Disabled nested scrolling of queue
This commit is contained in:
@@ -309,6 +309,9 @@ public class VideoPlayerImpl extends VideoPlayer
|
||||
|
||||
titleTextView.setSelected(true);
|
||||
channelTextView.setSelected(true);
|
||||
|
||||
// Prevent hiding of bottom sheet via swipe inside queue
|
||||
this.itemsList.setNestedScrollingEnabled(false);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user