Disabled nested scrolling of queue
This commit is contained in:
parent
609bf64856
commit
e53e5ca20e
|
@ -309,6 +309,9 @@ public class VideoPlayerImpl extends VideoPlayer
|
||||||
|
|
||||||
titleTextView.setSelected(true);
|
titleTextView.setSelected(true);
|
||||||
channelTextView.setSelected(true);
|
channelTextView.setSelected(true);
|
||||||
|
|
||||||
|
// Prevent hiding of bottom sheet via swipe inside queue
|
||||||
|
this.itemsList.setNestedScrollingEnabled(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue