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
@@ -37,6 +37,7 @@ abstract class Searchable : Comparable<Searchable> {
open suspend fun loadIcon(
context: Context,
size: Int,
themed: Boolean,
): LauncherIcon? = null
abstract fun getPlaceholderIcon(context: Context): StaticLauncherIcon