1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-26 07:03:20 +00:00

Disabled nested scrolling of queue

This commit is contained in:
Avently 2020-09-27 15:50:21 +03:00
parent 609bf64856
commit e53e5ca20e

View File

@ -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