Remove bottom menu

This commit is contained in:
= 2020-03-01 14:24:39 +05:30
parent 94cda61f32
commit ce98c82fc5
6 changed files with 19 additions and 23 deletions

View file

@ -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