File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
ui-logic/src/main/java/eu/europa/ec/uilogic/extension Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 22accompanist = " 0.37.3"
33androidDesugarJdkLibs = " 2.1.5"
44androidGradlePlugin = " 8.13.2"
5- androidxActivity = " 1.12.1 "
5+ androidxActivity = " 1.12.2 "
66androidxAppCompat = " 1.7.1"
77androidxBrowser = " 1.9.0"
8- androidxComposeBom = " 2025.12 .00"
9- androidxComposeRuntimeTracing = " 1.10.0 "
8+ androidxComposeBom = " 2026.01 .00"
9+ androidxComposeRuntimeTracing = " 1.10.1 "
1010androidxCore = " 1.17.0"
1111androidxCoreSplashscreen = " 1.2.0"
1212androidxDataStore = " 1.2.0"
@@ -37,7 +37,7 @@ kotlinxDatetime = "0.7.1"
3737kotlinxSerializationJson = " 1.9.0"
3838ksp = " 2.2.20-2.0.3"
3939lint = " 31.13.2"
40- protobuf = " 4.33.2 "
40+ protobuf = " 4.33.4 "
4141protobufPlugin = " 0.9.6"
4242robolectric = " 4.16"
4343secrets = " 2.0.1"
@@ -52,18 +52,18 @@ slf4j = "2.0.17"
5252gson = " 2.13.2"
5353googlePhoneNumber = " 9.0.21"
5454zxing = " 3.5.4"
55- eudiWalletCore = " 0.22.0 "
55+ eudiWalletCore = " 0.23.0-SNAPSHOT "
5656cameraCore = " 1.5.2"
57- owaspDependencyCheck = " 12.1.9 "
57+ owaspDependencyCheck = " 12.2.0 "
5858material3 = " 1.4.0"
5959kover = " 0.9.4"
60- sonar = " 7.2.1.6560 "
60+ sonar = " 7.2.2.6593 "
6161baselineprofile = " 1.4.1"
6262timber = " 5.0.1"
6363treessence = " 1.1.2"
6464rqesUiSDK = " 0.3.4"
6565androidxRoom = " 2.8.4"
66- cloudy = " 0.3 .0"
66+ cloudy = " 0.4 .0"
6767
6868[libraries ]
6969accompanist-permissions = { group = " com.google.accompanist" , name = " accompanist-permissions" , version.ref = " accompanist" }
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ fun ExpandableListItemUi.toggleCheckboxState(id: String): ExpandableListItemUi {
4646 is ExpandableListItemUi .SingleListItem -> {
4747 if (this .header.itemId == id && this .header.trailingContentData is ListItemTrailingContentDataUi .Checkbox ) {
4848 val currentItem =
49- this .header.trailingContentData as ListItemTrailingContentDataUi . Checkbox
49+ this .header.trailingContentData
5050
5151 this .copy(
5252 header = this .header.copy(
@@ -83,7 +83,7 @@ fun List<ExpandableListItemUi>.toggleExpansionState(id: String): List<Expandable
8383 is ExpandableListItemUi .NestedListItem -> {
8484 if (nestedItem.header.itemId == id && nestedItem.header.trailingContentData is ListItemTrailingContentDataUi .Icon ) {
8585 val currentTrailingContent =
86- nestedItem.header.trailingContentData as ListItemTrailingContentDataUi . Icon
86+ nestedItem.header.trailingContentData
8787
8888 val newIsExpanded = ! nestedItem.isExpanded
8989 val newCollapsed = nestedItem.header.copy(
You can’t perform that action at this time.
0 commit comments