Add support for Android 13 themed icons

This commit is contained in:
MM20
2022-09-04 11:53:27 +02:00
parent 8be8875462
commit 57449d4fce
9 changed files with 33 additions and 6 deletions
@@ -25,6 +25,7 @@ class Website(
override suspend fun loadIcon(
context: Context,
size: Int,
themed: Boolean,
): LauncherIcon? {
if (favicon.isEmpty()) return null
try {