mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Fix artistBottomSheet opening
This commit is contained in:
parent
46383b985d
commit
64cd8ed0ac
1 changed files with 2 additions and 2 deletions
|
|
@ -119,8 +119,8 @@ public class ArtistHorizontalAdapter extends RecyclerView.Adapter<ArtistHorizont
|
||||||
|
|
||||||
private void openMore(View view) {
|
private void openMore(View view) {
|
||||||
Bundle bundle = new Bundle();
|
Bundle bundle = new Bundle();
|
||||||
bundle.putParcelable("song_object", artists.get(getBindingAdapterPosition()));
|
bundle.putParcelable("artist_object", artists.get(getBindingAdapterPosition()));
|
||||||
Navigation.findNavController(view).navigate(R.id.songBottomSheetDialog, bundle);
|
Navigation.findNavController(view).navigate(R.id.artistBottomSheetDialog, bundle);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue