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