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
@@ -42,6 +42,7 @@ open class LocalFile(
override suspend fun loadIcon(
context: Context,
size: Int,
themed: Boolean,
): LauncherIcon? {
if (!JavaIOFile(path).exists()) return null
when {