Skip to content
Snippets Groups Projects
Commit 961c415e authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Force previous track on Assistant command

parent dcad2037
No related branches found
No related tags found
No related merge requests found
......@@ -974,7 +974,7 @@ public class PlaybackService extends MediaBrowserServiceCompat{
@Override
public void onSkipToPrevious() {
previous(false);
previous(true);
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment