Lint
This commit is contained in:
parent
69304466a7
commit
354bf362c0
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ class ExtensionManager(
|
|||
if (pkgName != null) {
|
||||
return iconMap[pkgName] ?: iconMap.getOrPut(pkgName) { context.packageManager.getApplicationIcon(pkgName) }
|
||||
}
|
||||
|
||||
|
||||
return when (source.id) {
|
||||
EH_SOURCE_ID -> context.getDrawable(R.mipmap.ic_ehentai_source)
|
||||
EXH_SOURCE_ID -> context.getDrawable(R.mipmap.ic_ehentai_source)
|
||||
|
|
|
|||
Loading…
Reference in a new issue