Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Jul 1, 2023
1 parent b7f29fd commit 26c80db
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,6 @@ class ScreenScrollState(
}
}


fun updateBounds(maxX: Float, maxY: Float) {
_scrollX.updateBounds(maxX, 0f)
_scrollY.updateBounds(maxY, 0f)
Expand Down

0 comments on commit 26c80db

Please sign in to comment.