Skip to content

Commit e968b02

Browse files
committed
Upload file
1 parent a297fe3 commit e968b02

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

krscript/src/main/java/com/omarea/krscript/ui/ParamsAppChooserRender.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ private fun loadPackages(includeMissing: Boolean = false): ArrayList<AdapterAppC
7373
for (item in actionParamInfo.optionsFromShell!!) {
7474
if (!result.containsKey(item.value)) {
7575
result[item.value] = AdapterAppChooser.AppInfo().apply {
76-
packageName = item.value ?: ""
77-
appName = item.title ?: item.value
76+
appName = "" + item.title
77+
packageName = "" + item.value
7878
}
7979
}
8080
}

0 commit comments

Comments
 (0)