We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 282186b commit a297fe3Copy full SHA for a297fe3
1 file changed
krscript/src/main/java/com/omarea/krscript/ui/ParamsAppChooserRender.kt
@@ -73,7 +73,7 @@ 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
+ packageName = item.value ?: ""
77
appName = item.title ?: item.value
78
}
79
0 commit comments