Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed Jun 8, 2022
1 parent ea2ccd8 commit 70300e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import coil.size.Size as CoilSize
/**
* Return an [AsyncImagePainter] that executes an [ImageRequest] asynchronously and renders the result.
*
* **This is a lower-level API than [AsyncImage] and may not work as expected in all situations. **
* ** This is a lower-level API than [AsyncImage] and may not work as expected in all situations. **
*
* - [AsyncImagePainter] will not finish loading if [AsyncImagePainter.onDraw] is not called.
* This can occur if a composable has an unbounded (i.e. [Constraints.Infinity]) width/height
Expand Down Expand Up @@ -107,7 +107,7 @@ fun rememberAsyncImagePainter(
/**
* Return an [AsyncImagePainter] that executes an [ImageRequest] asynchronously and renders the result.
*
* **This is a lower-level API than [AsyncImage] and may not work as expected in all situations. **
* ** This is a lower-level API than [AsyncImage] and may not work as expected in all situations. **
*
* - [AsyncImagePainter] will not finish loading if [AsyncImagePainter.onDraw] is not called.
* This can occur if a composable has an unbounded (i.e. [Constraints.Infinity]) width/height
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import coil.request.ImageRequest
/**
* Return an [AsyncImagePainter] that executes an [ImageRequest] asynchronously and renders the result.
*
* **This is a lower-level API than [AsyncImage] and may not work as expected in all situations. **
* ** This is a lower-level API than [AsyncImage] and may not work as expected in all situations. **
*
* - [AsyncImagePainter] will not finish loading if [AsyncImagePainter.onDraw] is not called.
* This can occur if a composable has an unbounded (i.e. [Constraints.Infinity]) width/height
Expand Down Expand Up @@ -68,7 +68,7 @@ fun rememberAsyncImagePainter(
/**
* Return an [AsyncImagePainter] that executes an [ImageRequest] asynchronously and renders the result.
*
* **This is a lower-level API than [AsyncImage] and may not work as expected in all situations. **
* ** This is a lower-level API than [AsyncImage] and may not work as expected in all situations. **
*
* - [AsyncImagePainter] will not finish loading if [AsyncImagePainter.onDraw] is not called.
* This can occur if a composable has an unbounded (i.e. [Constraints.Infinity]) width/height
Expand Down

0 comments on commit 70300e5

Please sign in to comment.