diff --git a/app/src/main/assets/changelog.html b/app/src/main/assets/changelog.html index 8a2f60e7..a2ccf9cb 100644 --- a/app/src/main/assets/changelog.html +++ b/app/src/main/assets/changelog.html @@ -41,6 +41,8 @@
  • FIX: Removed the unneeded menu button from the artist and album list.
  • +
  • FIX: Album and artist list not scrolling when trying to drag from their title bar. +
  • Version 0.9.43 beta1

    diff --git a/app/src/main/res/layout/activity_album_detail.xml b/app/src/main/res/layout/activity_album_detail.xml index 963b5504..026417d8 100644 --- a/app/src/main/res/layout/activity_album_detail.xml +++ b/app/src/main/res/layout/activity_album_detail.xml @@ -13,7 +13,8 @@ android:id="@+id/album_art_background" android:layout_width="match_parent" android:layout_height="match_parent" - android:scaleType="centerCrop" /> + android:scaleType="centerCrop" + tools:ignore="ContentDescription" />