Skip to content

Commit

Permalink
Spotless.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed Jul 12, 2024
1 parent e5902f7 commit 81e408e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ internal open class UIViewLazyList :
}

private val tableViewDelegate: UITableViewDelegateProtocol =
object : UITableViewController(UITableViewStyle.UITableViewStylePlain),
object :
UITableViewController(UITableViewStyle.UITableViewStylePlain),
UITableViewDelegateProtocol {
override fun scrollViewDidScroll(scrollView: UIScrollView) {
if (ignoreScrollUpdates) return // Only notify of user scrolls.
Expand Down

0 comments on commit 81e408e

Please sign in to comment.