Remove log statement

This commit is contained in:
MM20 2024-05-19 17:36:44 +02:00
parent 1414d24976
commit cc4fcf8f67
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -91,7 +91,6 @@ internal data class LauncherApp(
// Adaptive icons have a size of 108dp (https://developer.android.com/develop/ui/views/launch/icon_design_adaptive#design-adaptive-icons),
// but we scale them to 1.5x so the inbounds are only 72dp
val density = size / (108/1.5)
Log.d("MM20", "Icon size: $size, density: $density, densityDpi: ${160 * density}")
launcherActivityInfo.getIcon((160 * density).roundToInt())
} ?: return null