Update PlayerFragment.java

This commit is contained in:
tzugen 2021-06-19 23:23:39 +02:00 committed by GitHub
parent d440b8c76d
commit 956d555b35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -992,7 +992,6 @@ public class PlayerFragment extends Fragment implements GestureDetector.OnGestur
currentSong.setStarred(true);
}
// Code is duplicated with MediaPlayerController:457 FIXME: There should be a better way
new Thread(new Runnable() {
@Override
public void run() {