1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-26 15:13:20 +00:00
NewPipe/app/src/main/java/org/schabi/newpipe/player/playqueue
Tobias Groza f4435f9031
Merge pull request #4555 from Stypox/playqueue-crash
Fix NullPointerException in queue handling
2020-11-08 01:19:38 +01:00
..
events Do not remove items generating errors form queue 2020-05-31 14:06:22 +02:00
AbstractInfoPlayQueue.java Use final where possible 2020-08-16 10:25:09 +02:00
ChannelPlayQueue.java Use getNextPage() instead of getNextPageUrl() 2020-07-07 21:03:24 +02:00
PlaylistPlayQueue.java Use getNextPage() instead of getNextPageUrl() 2020-07-07 21:03:24 +02:00
PlayQueue.java Fix NullPointerException in queue handling 2020-10-26 18:15:59 +01:00
PlayQueueAdapter.java Use androidx.annotation.NonNull instead of io.reactivex.annotations.NonNull 2020-07-14 21:15:29 +02:00
PlayQueueItem.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
PlayQueueItemBuilder.java Don't rearrange lists by dragging the thumbnails 2020-10-17 16:25:06 +02:00
PlayQueueItemHolder.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
PlayQueueItemTouchCallback.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
SinglePlayQueue.java Use final where possible 2020-08-16 10:25:09 +02:00