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