@momo-kits/native-kits 0.160.1-search-animation.2-debug → 0.160.1-search-animation.3-debug
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/compose/build.gradle.kts
CHANGED
package/compose/compose.podspec
CHANGED
|
@@ -133,6 +133,7 @@ fun LiteScreen(
|
|
|
133
133
|
key2 = finalScrollState,
|
|
134
134
|
) {
|
|
135
135
|
var res: Modifier = Modifier
|
|
136
|
+
.background(color = backgroundColor)
|
|
136
137
|
if (scrollable) {
|
|
137
138
|
res = res.verticalScroll(finalScrollState)
|
|
138
139
|
}
|
|
@@ -143,7 +144,6 @@ fun LiteScreen(
|
|
|
143
144
|
scrollState = finalScrollState,
|
|
144
145
|
modifier = Modifier
|
|
145
146
|
.fillMaxSize()
|
|
146
|
-
.background(color = backgroundColor)
|
|
147
147
|
.hideKeyboardOnTap(),
|
|
148
148
|
contentModifier = contentModifier,
|
|
149
149
|
verticalArrangement = verticalArrangement,
|
package/gradle.properties
CHANGED
|
@@ -18,7 +18,7 @@ kotlin.apple.xcodeCompatibility.nowarn=true
|
|
|
18
18
|
name="ComposeKits"
|
|
19
19
|
group=vn.momo.kits
|
|
20
20
|
artifact.id=kits
|
|
21
|
-
version=0.160.1-search-animation.
|
|
21
|
+
version=0.160.1-search-animation.3
|
|
22
22
|
|
|
23
23
|
repo=GitLab
|
|
24
24
|
url=https://gitlab.mservice.com.vn/api/v4/projects/5400/packages/maven
|