Change type of themeWrapper to ContextThemeWrapper

This commit is contained in:
ktprograms 2021-08-23 10:12:03 +08:00
parent acdfee5c25
commit 5de455bb86
1 changed files with 1 additions and 1 deletions

View File

@ -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);