We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82db92 commit 34289a7Copy full SHA for 34289a7
1 file changed
krscript/src/main/java/com/omarea/krscript/ui/ParamsAppChooserRender.kt
@@ -179,9 +179,10 @@ class ParamsAppChooserRender(
179
nameView.text = values
180
} else {
181
val value = ActionParamsLayoutRender
182
- .getParamValue(actionParamInfo)
+ .getParamValues(actionParamInfo)
183
+ ?.firstOrNull()
184
?: ""
-
185
+
186
valueView.text = value
187
nameView.text = value
188
}
0 commit comments