Change type of themeWrapper to ContextThemeWrapper
This commit is contained in:
parent
26f80ceaef
commit
0abbbe7b59
1 changed files with 1 additions and 1 deletions
|
|
@ -3037,7 +3037,7 @@ public final class Player implements
|
||||||
}
|
}
|
||||||
|
|
||||||
private void heldQueueItem(final PlayQueueItem item, final View view) {
|
private void heldQueueItem(final PlayQueueItem item, final View view) {
|
||||||
final Context themeWrapper =
|
final ContextThemeWrapper themeWrapper =
|
||||||
new ContextThemeWrapper(context, R.style.DarkPopupMenu);
|
new ContextThemeWrapper(context, R.style.DarkPopupMenu);
|
||||||
|
|
||||||
final PopupMenu popupMenu = new PopupMenu(themeWrapper, view);
|
final PopupMenu popupMenu = new PopupMenu(themeWrapper, view);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue