Removing to Classic them to improve
This commit is contained in:
parent
c150a25d21
commit
12425e2692
5 changed files with 9 additions and 9 deletions
|
@ -83,9 +83,9 @@ class AlbumCoverPagerAdapter(
|
|||
): View? {
|
||||
val view = inflater.inflate(getLayoutWithPlayerTheme(), container, false)
|
||||
albumCover = view.findViewById(R.id.player_image)
|
||||
/*albumCover.setOnClickListener {
|
||||
albumCover.setOnClickListener {
|
||||
NavigationUtil.goToLyrics(requireActivity())
|
||||
}*/
|
||||
}
|
||||
return view
|
||||
}
|
||||
|
||||
|
@ -94,7 +94,7 @@ class AlbumCoverPagerAdapter(
|
|||
Card,
|
||||
Fit,
|
||||
Tiny,
|
||||
Classic,
|
||||
//Classic,
|
||||
Full -> R.layout.fragment_album_full_cover
|
||||
else -> {
|
||||
if (PreferenceUtil.getInstance(requireContext()).carouselEffect()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue