goldy1992 / Mp3Player

An open source Android MP3 Player
GNU General Public License v3.0
18 stars 3 forks source link

Investigate usage of onPrepare. #101

Closed goldy1992 closed 1 year ago

goldy1992 commented 4 years ago

Being called unexpectedly... Ideally it should never be called. Investigate a circumstance when this is called

PROBLEM: current onPrepare code calls the PlaylistManager getCurrentItem method... The current item is not tracked in this class so could cause potential problems