Remove bottom menu
This commit is contained in:
parent
94cda61f32
commit
ce98c82fc5
6 changed files with 19 additions and 23 deletions
|
@ -69,6 +69,10 @@ abstract class AbsPlayerFragment : AbsMusicServiceFragment(),
|
|||
SongShareDialog.create(song).show(childFragmentManager, "SHARE_SONG")
|
||||
return true
|
||||
}
|
||||
R.id.action_go_to_drive_mode -> {
|
||||
NavigationUtil.gotoDriveMode(requireActivity())
|
||||
return true
|
||||
}
|
||||
R.id.action_delete_from_device -> {
|
||||
DeleteSongsDialog.create(song).show(childFragmentManager, "DELETE_SONGS")
|
||||
return true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue