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
// TODO Dynamically update width and height of RefreshableViewLazyList when set
init {
swipeRefreshLayout.apply {
addView(recyclerView)
// TODO Dynamically update width and height of RefreshableViewLazyList when set
layoutParams = ViewGroup.LayoutParams(MATCH_PARENT, MATCH_PARENT)
}
}
The text was updated successfully, but these errors were encountered:
redwood/redwood-lazylayout-view/src/main/kotlin/app/cash/redwood/lazylayout/view/ViewLazyList.kt
Line 255 in 5b69ed5
The text was updated successfully, but these errors were encountered: