TrackView updating not scheduled when TrackData is ready (and sometimes skipped altogether?) #3
Labels
background
related to the background process
bug
something is missing, misbehaving, crashing or otherwise not working
database
related to the app's database
performance
problems and/or suggestions regarding app's performance
player
related to the Player system
ui
Details of Issue
TrackViews should update in order for aesthetic reasons, ideally. However, when loading the track data, view refreshing happens very sporadically and is sometimes skipped altogether. Will update with more information once I investigate a bit
Helpful Information about Code Surrounding Issue
I don't remember all of the exact details surrounding when/where
TrackView
pman.ui.pl.TrackView
gets updated, but it's in response to changes made to theTrack
instance'sdata
field, which is defined in the TrackData2 class. Thedata
fields are loaded ontoTrack
instances by the Player when added to the playback queue, in theaddItemList
methodThe text was updated successfully, but these errors were encountered: