Music widget: fix skip prev
This commit is contained in:
parent
1067397205
commit
197efde686
@ -91,7 +91,7 @@ fun MusicWidget() {
|
|||||||
) {
|
) {
|
||||||
IconButton(
|
IconButton(
|
||||||
onClick = {
|
onClick = {
|
||||||
viewModel.next()
|
viewModel.previous()
|
||||||
}) {
|
}) {
|
||||||
Icon(
|
Icon(
|
||||||
imageVector = Icons.Rounded.SkipPrevious,
|
imageVector = Icons.Rounded.SkipPrevious,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user