Ensure that website icons are always software bitmaps
This commit is contained in:
parent
84b13253b7
commit
be2b1479ac
@ -36,6 +36,7 @@ class Website(
|
||||
val request = ImageRequest.Builder(context)
|
||||
.data(favicon)
|
||||
.size(size)
|
||||
.allowHardware(false)
|
||||
.build()
|
||||
val icon = context.imageLoader.execute(request).drawable ?: return null
|
||||
return LauncherIcon(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user