parent
8376a41777
commit
4f5e80dede
@ -22,7 +22,7 @@ class MediaSettings internal constructor(
|
||||
|
||||
fun setLists(allowList: Set<String>, denyList: Set<String>) {
|
||||
launcherDataStore.update {
|
||||
it.copy(mediaAllowList = allowList)
|
||||
it.copy(mediaAllowList = allowList, mediaDenyList = denyList)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user