Skip to content

Fix mini visualizer state in HeaderMediaListActivity

Nicolas Pomepuy requested to merge Aza/vlc-android:playlist_visu into master

Before this MR:

  • open a playlist screen
  • play any item
  • pause
  • change orientation
  • the visualizer is still animated

This was due to a refactor issue creating the adapter too early and setting the model to the wrong adapter.

Merge request reports