Skip to content

Commit a229ab6

Browse files
authored
Merge pull request #11696 from codyit/history-remove-dialog-override
Remove history dialog override so clicking "Start playing in the background" would only enqueue the current item instead of the full history which is usually massive
2 parents 544b302 + cb30072 commit a229ab6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/src/main/java/org/schabi/newpipe/local/history/StatisticsPlaylistFragment.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -332,10 +332,6 @@ private void showInfoItemDialog(final StreamStatisticsEntry item) {
332332
StreamDialogDefaultEntry.DELETE,
333333
(f, i) -> deleteEntry(
334334
Math.max(itemListAdapter.getItemsList().indexOf(item), 0)))
335-
.setAction(
336-
StreamDialogDefaultEntry.START_HERE_ON_BACKGROUND,
337-
(f, i) -> NavigationHelper.playOnBackgroundPlayer(
338-
context, getPlayQueueStartingAt(item), true))
339335
.create()
340336
.show();
341337
} catch (final IllegalArgumentException e) {

0 commit comments

Comments
 (0)