File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dhis_android_analytics/src/main/java/dhis2/org/analytics/charts/ui/dialog Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ fun SearchColumnInput(
119
119
inputTextValue = textValue,
120
120
onInputChanged = { textValue = it },
121
121
keyboardOptions = KeyboardOptions (imeAction = ImeAction .Search ),
122
- onNextClicked = {
122
+ onSearchClicked = {
123
123
onSearch(textValue?.text)
124
124
},
125
125
)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ kotlin = '1.9.21'
10
10
hilt = ' 2.47'
11
11
hiltCompiler = ' 1.0.0'
12
12
jacoco = ' 0.8.10'
13
- designSystem = " 0.2-20240301.112059-36 "
13
+ designSystem = " 0.2-20240312.081502-39 "
14
14
dhis2sdk = " 1.10.0-20240307.130705-33"
15
15
ruleEngine = " 3.0.0-20240119.134348-12"
16
16
expressionParser = " 1.1.0-20240219.115041-14"
You can’t perform that action at this time.
0 commit comments