Ensure that website icons are always software bitmaps

This commit is contained in:
MM20 2022-02-03 10:01:56 +01:00
parent 84b13253b7
commit be2b1479ac
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -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(