Removed lyrics & lyrics icon from Peak theme

This commit is contained in:
Prathamesh More 2021-12-12 22:20:26 +05:30
parent 58feab5c23
commit 01be471576
7 changed files with 56 additions and 18 deletions

View file

@ -127,8 +127,7 @@ class AlbumCoverPagerAdapter(
setTitle(song.title)
setMessage(if (data.isNullOrEmpty()) "No lyrics found" else data)
setNegativeButton(R.string.synced_lyrics) { _, _ ->
goToLyrics(requireActivity())
goToLyrics(requireActivity())
}
show()
}
@ -139,6 +138,7 @@ class AlbumCoverPagerAdapter(
private fun getLayoutWithPlayerTheme(): Int {
return when (PreferenceUtil.nowPlayingScreen) {
Card, Fit, Tiny, Classic, Gradient, Full -> R.layout.fragment_album_full_cover
Peak -> R.layout.fragment_peak_album_cover
else -> {
if (PreferenceUtil.isCarouselEffect) {
R.layout.fragment_album_carousel_cover