We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acdfee5 commit 5de455bCopy full SHA for 5de455b
1 file changed
app/src/main/java/org/schabi/newpipe/player/Player.java
@@ -3037,7 +3037,7 @@ public void selectQueueItem(final PlayQueueItem item) {
3037
}
3038
3039
private void heldQueueItem(final PlayQueueItem item, final View view) {
3040
- final Context themeWrapper =
+ final ContextThemeWrapper themeWrapper =
3041
new ContextThemeWrapper(context, R.style.DarkPopupMenu);
3042
3043
final PopupMenu popupMenu = new PopupMenu(themeWrapper, view);
0 commit comments