feat: show download button only if there are music files in the current directory fragment

This commit is contained in:
antonio 2023-10-11 22:20:50 +02:00
parent ed30198c8d
commit 75980ee18b
5 changed files with 122 additions and 7 deletions

View file

@ -5,5 +5,6 @@
android:id="@+id/action_download_directory"
android:icon="@drawable/ic_file_download"
android:title="@string/menu_download_all_button"
android:visible="false"
app:showAsAction="never" />
</menu>