remove delete action from most menus

This commit is contained in:
dkanada 2020-04-28 22:51:37 +09:00
commit 6bbd6a2905
42 changed files with 0 additions and 69 deletions

View file

@ -249,9 +249,6 @@ public class AlbumDetailActivity extends AbsSlidingMusicPanelActivity implements
case R.id.action_add_to_playlist:
AddToPlaylistDialog.create(songs).show(getSupportFragmentManager(), "ADD_PLAYLIST");
return true;
case R.id.action_delete_from_device:
DeleteSongsDialog.create(songs).show(getSupportFragmentManager(), "DELETE_SONGS");
return true;
case android.R.id.home:
super.onBackPressed();
return true;