var -> val
This commit is contained in:
parent
0c6c4672cc
commit
27ac650930
@ -74,14 +74,14 @@ class IconService(
|
||||
|
||||
private val cache = LruCache<String, LauncherIcon>(200)
|
||||
|
||||
private var iconProviders: MutableStateFlow<List<IconProvider>> = MutableStateFlow(listOf())
|
||||
private val iconProviders: MutableStateFlow<List<IconProvider>> = MutableStateFlow(listOf())
|
||||
|
||||
/**
|
||||
* Signal that installed icon packs have been updated. Force a reload of all icons.
|
||||
*/
|
||||
private val iconPacksUpdated = MutableSharedFlow<Unit>(1)
|
||||
|
||||
private var transformations: MutableStateFlow<List<LauncherIconTransformation>> =
|
||||
private val transformations: MutableStateFlow<List<LauncherIconTransformation>> =
|
||||
MutableStateFlow(
|
||||
listOf()
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user