Merge branch 'MM2-0:main' into french-launcher

This commit is contained in:
BrightDV 2022-02-05 19:15:46 +01:00 committed by GitHub
commit 0888e3a145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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(