Skip to content

AudioMiniPlayer: Refactor PreviousNext gesture

This merge request includes significant changes to the Audio Mini Player

  • Showing the media title and description in a collectionView cell instead of fixed labels.
  • Refactoring the Previous/Next gestures from PanGesture to a custom paging effect using CollectionView named mediaInfoCollectionView.
  • Previous or next scroll animation when any playback action is done.

RefactorMiniPlayerGesture

Merge request reports