[Now Playing] Default Album cover theme for Now playing themes
This commit is contained in:
parent
766f62a1b7
commit
4b857f6088
2 changed files with 22 additions and 18 deletions
|
@ -561,6 +561,8 @@ object PreferenceUtil {
|
|||
}
|
||||
set(value) = sharedPreferences.edit {
|
||||
putInt(NOW_PLAYING_SCREEN_ID, value.id)
|
||||
// Also set a cover theme for that now playing
|
||||
value.defaultCoverTheme?.let { coverTheme -> albumCoverStyle = coverTheme }
|
||||
}
|
||||
|
||||
val albumCoverTransform: ViewPager.PageTransformer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue