Music widget: fix skip prev

This commit is contained in:
MM20 2021-12-13 13:20:44 +01:00
parent 1067397205
commit 197efde686
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -91,7 +91,7 @@ fun MusicWidget() {
) {
IconButton(
onClick = {
viewModel.next()
viewModel.previous()
}) {
Icon(
imageVector = Icons.Rounded.SkipPrevious,