mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-11 16:30:34 -07:00
fix: modified the behavior of long clicks on folders, directories and files
This commit is contained in:
parent
86713eb0fd
commit
675ad1e9a6
11 changed files with 22 additions and 66 deletions
|
|
@ -42,13 +42,7 @@ public interface ClickCallback {
|
|||
|
||||
default void onMusicFolderClick(Bundle bundle) {}
|
||||
|
||||
default void onMusicFolderLongClick(Bundle bundle) {}
|
||||
|
||||
default void onMusicDirectoryClick(Bundle bundle) {}
|
||||
|
||||
default void onMusicDirectoryLongClick(Bundle bundle) {}
|
||||
|
||||
default void onMusicIndexClick(Bundle bundle) {}
|
||||
|
||||
default void onMusicIndexLongClick(Bundle bundle) {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue