We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a297fe3 commit e968b02Copy full SHA for e968b02
1 file changed
krscript/src/main/java/com/omarea/krscript/ui/ParamsAppChooserRender.kt
@@ -73,8 +73,8 @@ private fun loadPackages(includeMissing: Boolean = false): ArrayList<AdapterAppC
73
for (item in actionParamInfo.optionsFromShell!!) {
74
if (!result.containsKey(item.value)) {
75
result[item.value] = AdapterAppChooser.AppInfo().apply {
76
- packageName = item.value ?: ""
77
- appName = item.title ?: item.value
+ appName = "" + item.title
+ packageName = "" + item.value
78
}
79
80
0 commit comments