mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-01-11 01:40:59 +00:00
Change type of themeWrapper to ContextThemeWrapper
This commit is contained in:
parent
acdfee5c25
commit
5de455bb86
@ -3037,7 +3037,7 @@ public final class Player implements
|
||||
}
|
||||
|
||||
private void heldQueueItem(final PlayQueueItem item, final View view) {
|
||||
final Context themeWrapper =
|
||||
final ContextThemeWrapper themeWrapper =
|
||||
new ContextThemeWrapper(context, R.style.DarkPopupMenu);
|
||||
|
||||
final PopupMenu popupMenu = new PopupMenu(themeWrapper, view);
|
||||
|
Loading…
Reference in New Issue
Block a user