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