gauravjot / android-noad-music-player

Noad Music Player for android. Available on Play Store.
https://play.google.com/store/apps/details?id=com.droidheat.musicplayer
GNU General Public License v3.0
67 stars 11 forks source link

V0.9.7 #26

Closed S3L1M closed 3 years ago

S3L1M commented 3 years ago

When the phone has no songs at all the app crashes. I fixed it by add a condition in methods updateDuration and updateProgress which is songsUtils.queue().size() != 0 Then controlled the visibility of Music dock accordingly