Skip to content

Commit

Permalink
added string resources
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-alfresco committed Mar 5, 2024
1 parent 71a7637 commit 0ad4582
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class ComponentSheet : BottomSheetDialogFragment(), MavericksView {

when {
(state.parent?.selector == ComponentType.DROPDOWN_RADIO.value) ||
(state.parent?.selector == ComponentType.PROCESS_ACTION.value) -> {
(state.parent?.selector == ComponentType.PROCESS_ACTION.value) -> {
}

else -> {
Expand Down Expand Up @@ -415,10 +415,7 @@ class ComponentSheet : BottomSheetDialogFragment(), MavericksView {
id(bucket.hashCode())
data(bucket)
clickListener { model, _, _, _ ->
// viewModel.updateMultipleComponentData(
// requireContext().getLocalizedName(model.data().label),
// model.data().query,
// )
dismiss()
}
}
}
Expand Down

0 comments on commit 0ad4582

Please sign in to comment.