Skip to content

Commit

Permalink
Update redwood-widget/src/iosMain/kotlin/app/cash/redwood/widget/Redw…
Browse files Browse the repository at this point in the history
…oodUIView.kt

Co-authored-by: Jake Wharton <[email protected]>
  • Loading branch information
swankjesse and JakeWharton authored Nov 20, 2024
1 parent 148e882 commit 7020b18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public open class RedwoodUIView : RedwoodView<UIView> {
override val children: Widget.Children<UIView>
get() = _children

private val density = Density.Default
private val density: Density get() = Density.Default

private val mutableUiConfiguration =
MutableStateFlow(
Expand Down

0 comments on commit 7020b18

Please sign in to comment.