feat: Add bottom sheet for grouped views in Download tab

This commit is contained in:
GallowsDove 2023-09-05 18:54:48 +02:00
parent 68527b2c91
commit f43d7fb394
9 changed files with 296 additions and 18 deletions

View file

@ -29,4 +29,5 @@ public interface ClickCallback {
default void onMusicFolderClick(Bundle bundle) {}
default void onMusicDirectoryClick(Bundle bundle) {}
default void onMusicIndexClick(Bundle bundle) {}
default void onDownloadGroupLongClick(Bundle bundle) {}
}