Skip to content

Commit

Permalink
Restore some removed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Sep 29, 2023
1 parent 9ea6e48 commit 8acf043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import app.cash.redwood.layout.api.CrossAxisAlignment
import app.cash.redwood.layout.widget.RedwoodLayoutTestingWidgetFactory
import app.cash.redwood.lazylayout.api.ScrollItemIndex
import app.cash.redwood.lazylayout.widget.LazyListValue
import app.cash.redwood.lazylayout.widget.ListUpdateCallback
import app.cash.redwood.lazylayout.widget.RedwoodLazyLayoutTestingWidgetFactory
import app.cash.redwood.lazylayout.widget.RedwoodLazyLayoutWidgetFactory
import app.cash.redwood.lazylayout.widget.WindowedLazyList
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
package app.cash.redwood.lazylayout.view

import androidx.recyclerview.widget.RecyclerView
import app.cash.redwood.lazylayout.widget.ListUpdateCallback

internal class RecyclerViewAdapterListUpdateCallback(
private val adapter: RecyclerView.Adapter<*>,
Expand Down

0 comments on commit 8acf043

Please sign in to comment.