Minor cleanup

This commit is contained in:
Jobobby04
2025-01-21 18:03:00 -05:00
parent 0a5e9dce24
commit 456db52653
5 changed files with 22 additions and 25 deletions
@@ -106,7 +106,7 @@ class ExtensionManager(
}
fun getAppIconForSource(sourceId: Long): Drawable? {
val pkgName = getExtensionPackage(sourceId) ?: return null
val pkgName = getExtensionPackage(sourceId)
if (pkgName != null) {
return iconMap[pkgName] ?: iconMap.getOrPut(pkgName) {