Closed S3L1M closed 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
songsUtils.queue().size() != 0
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