adam-codersgu / supernova

A Kotlin-based Android application that allows the user to play music from their device while custom animations fall over the album artwork of the currently playing song.
0 stars 0 forks source link

addSongsToPlayQueue method implementation #5

Closed adam-codersgu closed 1 year ago

adam-codersgu commented 2 years ago

Add a parameter to the addSongsToPlayQueue method in MainActivity called message that provides a description of the songs added to the playlist. The description can be used in the toast notification confirming that the songs have been successfully added. e.g. "Album Dilla Joints added to the play queue" or "Artist Gordon Lightfoot added to the play queue".

All application errors that call the addSongsToPlayQueue method will need to be refactored

adam-codersgu commented 1 year ago

Working on branch enhancement/addSongsToPlayQueue

adam-codersgu commented 1 year ago

Actually decided this ticket is not necessary. The current behaviour is fine as it is