Replace Preferences::yourPlaylistsGridRowCount with local variable

This commit is contained in:
vfsfitvnm
2022-06-22 22:19:15 +02:00
parent b44e28cc51
commit cfe12479be
5 changed files with 67 additions and 19 deletions

View File

@@ -26,7 +26,6 @@ class Preferences(holder: SharedPreferences) : SharedPreferences by holder {
var exoPlayerDiskCacheMaxSizeBytes by preference("exoPlayerDiskCacheMaxSizeBytes", 512L * 1024 * 1024)
var skipSilence by preference("skipSilence", false)
var volumeNormalization by preference("volumeNormalization", true)
var yourPlaylistsGridRowCount by preference("yourPlaylistsGridRowCount", 2)
}
val Context.preferences: Preferences