1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-02-16 19:50:35 +01:00

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

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() {