ShapedLauncherIcon: Add missing when else branch
This commit is contained in:
parent
dcf5d3f8b1
commit
98d33733b2
@ -66,7 +66,7 @@ fun ShapedLauncherIcon(
|
|||||||
when (icon) {
|
when (icon) {
|
||||||
is DynamicLauncherIcon -> null
|
is DynamicLauncherIcon -> null
|
||||||
is StaticLauncherIcon -> icon
|
is StaticLauncherIcon -> icon
|
||||||
null -> null
|
else -> null
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user