Track details does not update after returning from SongViewActivity #41

Closed
opened 2019-03-26 21:59:13 -04:00 by kdeng00 · 0 comments
kdeng00 commented 2019-03-26 21:59:13 -04:00 (Migrated from github.com)

Track details such as:

  • title
  • artist
  • album
  • duration
  • track cover

Fail to update when returning to the MainActivity after selecting a song from the SongViewActivity.

Steps to reproduce

  1. Launch Mear
  2. Go to the SongView Activity
  3. Select any song
  4. Return to the main activity by hitting the android back button or the back button on the screen
  5. Notice how the track that is being played is not what is being displayed
Track details such as: * title * artist * album * duration * track cover Fail to update when returning to the MainActivity after selecting a song from the SongViewActivity. ### Steps to reproduce 1. Launch Mear 2. Go to the SongView Activity 3. Select any song 4. Return to the main activity by hitting the android back button or the back button on the screen 5. Notice how the track that is being played is not what is being displayed
Sign in to join this conversation.