Resolved issue #36 where the UI wasn't updated after the song completes

This commit is contained in:
amazing-username
2019-03-10 19:36:28 -04:00
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()
}