Show the song cover as lockscreen wallpaper (#170)

This commit is contained in:
vfsfitvnm
2022-08-05 08:56:23 +02:00
parent 20da9e5df3
commit a246f1f336
3 changed files with 30 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ const val skipSilenceKey = "skipSilence"
const val volumeNormalizationKey = "volumeNormalization"
const val persistentQueueKey = "persistentQueue"
const val isShowingSynchronizedLyricsKey = "isShowingSynchronizedLyrics"
const val isShowingThumbnailInLockscreenKey = "isShowingThumbnailInLockscreen"
inline fun <reified T : Enum<T>> SharedPreferences.getEnum(
key: String,