Fix custom icon pack icons not being themed

Fix #949
This commit is contained in:
MM20 2024-07-17 23:32:31 +02:00
parent 2d40a9b964
commit cf398f66a0
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -17,6 +17,7 @@ class CustomIconPackIconProvider(
drawable = customIcon.drawable, drawable = customIcon.drawable,
extras = customIcon.extras, extras = customIcon.extras,
iconPack = customIcon.iconPackPackage, iconPack = customIcon.iconPackPackage,
themed = customIcon.allowThemed,
) )
val icon = IconPackAppIcon(ent) ?: return null val icon = IconPackAppIcon(ent) ?: return null
return iconPackManager.getIcon( return iconPackManager.getIcon(