You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: redwood-lazylayout-compose/src/commonMain/kotlin/app/cash/redwood/lazylayout/compose/LazyListIntervalContent.kt
+3-3
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ internal class LazyListIntervalContent(
Copy file name to clipboardexpand all lines: redwood-lazylayout-compose/src/commonMain/kotlin/app/cash/redwood/lazylayout/compose/LazyListItemProvider.kt
// Copied from https://github.com/androidx/androidx/blob/a733905d282ecdba574bc5e35d6b0ebf83c82dcd/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/LazyListItemProvider.kt
28
28
// Removed support for content types, header indices, item scope, and pinnable items.
Copy file name to clipboardexpand all lines: redwood-lazylayout-composeui/src/commonMain/kotlin/app/cash/redwood/lazylayout/composeui/ComposeUiLazyList.kt
+1
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,7 @@ internal class ComposeUiLazyList :
114
114
val content:LazyListScope.() ->Unit= {
115
115
items(items.widgets) { item ->
116
116
// TODO If CrossAxisAlignment is Stretch, pass Modifier.fillParentMaxWidth() to child widget.
117
+
// TODO Apply Modifier.alignment on child widgets.
Copy file name to clipboardexpand all lines: samples/emoji-search/presenter/src/jsMain/kotlin/com/example/redwood/emojisearch/presenter/EmojiSearchTreehouseUi.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ private class LazyColumnProvider : ColumnProvider {
0 commit comments