Add stream segments to player

This commit is contained in:
vkay94 2021-01-14 21:58:19 +01:00
parent 8fd48a88be
commit 37aa41afae
12 changed files with 406 additions and 49 deletions

View file

@ -27,7 +27,7 @@ public final class FlingBehavior extends AppBarLayout.Behavior {
private boolean allowScroll = true;
private final Rect globalRect = new Rect();
private final List<Integer> skipInterceptionOfElements = Arrays.asList(
R.id.playQueuePanel, R.id.playbackSeekBar,
R.id.itemsListPanel, R.id.playbackSeekBar,
R.id.playPauseButton, R.id.playPreviousButton, R.id.playNextButton);
@Override