update method names for navigation
This commit is contained in:
parent
f861d7c10e
commit
526b3788ac
14 changed files with 25 additions and 28 deletions
|
|
@ -70,10 +70,10 @@ public abstract class AbsPlayerFragment extends AbsMusicServiceFragment implemen
|
|||
SongDetailDialog.create(song).show(getParentFragmentManager(), "SONG_DETAIL");
|
||||
return true;
|
||||
case R.id.action_go_to_album:
|
||||
NavigationUtil.goToAlbum(requireActivity(), new Album(song));
|
||||
NavigationUtil.startAlbum(requireActivity(), new Album(song));
|
||||
return true;
|
||||
case R.id.action_go_to_artist:
|
||||
NavigationUtil.goToArtist(requireActivity(), new Artist(song));
|
||||
NavigationUtil.startArtist(requireActivity(), new Artist(song));
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue