Music widget: fix skip prev

This commit is contained in:
MM20
2021-12-13 13:20:44 +01:00
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,