Load app icons in original resolution again
This commit is contained in:
@@ -90,10 +90,8 @@ internal data class LauncherApp(
|
||||
try {
|
||||
val icon =
|
||||
withContext(Dispatchers.IO) {
|
||||
// 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)
|
||||
launcherActivityInfo.getIcon((160 * density).roundToInt())
|
||||
launcherActivityInfo.getIcon(0)
|
||||
|
||||
} ?: return null
|
||||
if (icon is AdaptiveIconDrawable) {
|
||||
|
||||
Reference in New Issue
Block a user