File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
compose-ui/src/commonMain/kotlin/dev/dimension/flare/ui/component/status
desktopApp/src/main/csharp Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,6 @@ public fun LazyStaggeredGridScope.status(
105105 .onError {
106106 item(
107107 span = StaggeredGridItemSpan .FullLine ,
108- key = " error" ,
109108 ) {
110109 OnError (
111110// modifier = Modifier.animateItem(),
@@ -116,7 +115,6 @@ public fun LazyStaggeredGridScope.status(
116115 }.onLoading {
117116 items(
118117 10 ,
119- key = { " loading-$it " },
120118 ) {
121119 AdaptiveCard (
122120 content = {
@@ -130,7 +128,6 @@ public fun LazyStaggeredGridScope.status(
130128 }.onEndOfList {
131129 item(
132130 span = StaggeredGridItemSpan .FullLine ,
133- key = " end" ,
134131 ) {
135132 Column (
136133 modifier =
@@ -151,7 +148,6 @@ public fun LazyStaggeredGridScope.status(
151148 onError {
152149 item(
153150 span = StaggeredGridItemSpan .FullLine ,
154- key = " error" ,
155151 ) {
156152 OnError (
157153// modifier = Modifier.animateItem(),
@@ -163,7 +159,6 @@ public fun LazyStaggeredGridScope.status(
163159 onLoading {
164160 items(
165161 10 ,
166- key = { " loading-$it " },
167162 ) {
168163 AdaptiveCard (
169164// modifier = Modifier.animateItem(),
@@ -178,7 +173,6 @@ public fun LazyStaggeredGridScope.status(
178173 onEmpty {
179174 item(
180175 span = StaggeredGridItemSpan .FullLine ,
181- key = " empty" ,
182176 ) {
183177 Column (
184178 modifier =
Original file line number Diff line number Diff line change 1010 <Identity
1111 Name =" 51945Tlaster.FlareApp"
1212 Publisher =" CN=F82B0EE7-EF8D-4515-BEAB-DD968D07D67F"
13- Version =" 1.0.4 .0" />
13+ Version =" 1.0.5 .0" />
1414
1515 <mp : PhoneIdentity PhoneProductId =" 41c320a3-e557-4743-b941-89a8a7c94021" PhonePublisherId =" 00000000-0000-0000-0000-000000000000" />
1616
Original file line number Diff line number Diff line change 1- versionName =1.0.4
2- versionCode =1040
1+ versionName =1.0.5
2+ versionCode =1050
You can’t perform that action at this time.
0 commit comments