mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-10-12 14:17:38 +00:00
Change type of themeWrapper to ContextThemeWrapper
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user