Removing to Classic them to improve

This commit is contained in:
Hemanth S 2020-05-14 19:17:38 +05:30
parent c150a25d21
commit 12425e2692
5 changed files with 9 additions and 9 deletions

View file

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