File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
services/icons/src/main/java/de/mm20/launcher2/icons Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,14 +74,14 @@ class IconService(
74
74
75
75
private val cache = LruCache <String , LauncherIcon >(200 )
76
76
77
- private var iconProviders: MutableStateFlow <List <IconProvider >> = MutableStateFlow (listOf ())
77
+ private val iconProviders: MutableStateFlow <List <IconProvider >> = MutableStateFlow (listOf ())
78
78
79
79
/* *
80
80
* Signal that installed icon packs have been updated. Force a reload of all icons.
81
81
*/
82
82
private val iconPacksUpdated = MutableSharedFlow <Unit >(1 )
83
83
84
- private var transformations: MutableStateFlow <List <LauncherIconTransformation >> =
84
+ private val transformations: MutableStateFlow <List <LauncherIconTransformation >> =
85
85
MutableStateFlow (
86
86
listOf ()
87
87
)
You can’t perform that action at this time.
0 commit comments