Fix blank calendar icons
This commit is contained in:
parent
37ad1f6be5
commit
5704bdd0d3
@ -136,7 +136,7 @@ fun ShapedLauncherIcon(
|
|||||||
|
|
||||||
if (_icon is DynamicLauncherIcon) {
|
if (_icon is DynamicLauncherIcon) {
|
||||||
val time = LocalTime.current
|
val time = LocalTime.current
|
||||||
LaunchedEffect(time) {
|
LaunchedEffect(time, _icon) {
|
||||||
currentIcon = _icon.getIcon(time)
|
currentIcon = _icon.getIcon(time)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user