Fix music widget custom action placement
This commit is contained in:
@@ -387,14 +387,14 @@ fun MusicWidget(widget: MusicWidget) {
|
||||
}
|
||||
}
|
||||
}
|
||||
CustomActions(
|
||||
actions = supportedActions,
|
||||
onActionSelected = {
|
||||
viewModel.performCustomAction(it)
|
||||
},
|
||||
playerPackage = viewModel.currentPlayerPackage,
|
||||
)
|
||||
}
|
||||
CustomActions(
|
||||
actions = supportedActions,
|
||||
onActionSelected = {
|
||||
viewModel.performCustomAction(it)
|
||||
},
|
||||
playerPackage = viewModel.currentPlayerPackage,
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user