Resolved issue #36 where the UI wasn't updated after the song completes
This commit is contained in:
committed by
amazing-username
parent
6a71da1540
commit
22cd42dd69
@@ -297,7 +297,7 @@ class MainActivity : AppCompatActivity() {
|
||||
|
||||
CurrentPosition.text = dur
|
||||
|
||||
if (TrackCover.image == null && musicService!!.isPlaying()) {
|
||||
if (!(TrackTitle.text.equals(musicService!!.getCurrentTrack().title))) {
|
||||
configureTrackDisplay()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user