Skip to content

Commit

Permalink
Clean up comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed Jan 24, 2025
1 parent 4038646 commit 29657a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ private fun AsyncImage(
filterQuality: FilterQuality,
clipToBounds: Boolean,
) {
// Create and execute the image request.
val request = requestOfWithSizeResolver(
model = state.model,
contentScale = contentScale,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ private fun SubcomposeAsyncImage(
clipToBounds: Boolean,
content: @Composable SubcomposeAsyncImageScope.() -> Unit,
) {
// Create and execute the image request.
val request = requestOfWithSizeResolver(
model = state.model,
contentScale = contentScale,
Expand Down

0 comments on commit 29657a2

Please sign in to comment.