refresh the main screens track in one more case
This commit is contained in:
parent
b5a0dab17f
commit
16e033ed6c
1 changed files with 2 additions and 0 deletions
|
@ -509,6 +509,8 @@ class MainActivity : SimpleActivity(), MainActivityInterface {
|
|||
if (wasInitialPlaylistSet) {
|
||||
getCurrentFragment()?.songChangedEvent(event.track)
|
||||
}
|
||||
|
||||
updateCurrentTrackBar()
|
||||
}
|
||||
|
||||
@Subscribe(threadMode = ThreadMode.MAIN)
|
||||
|
|
Loading…
Reference in a new issue