Skip to content

Commit

Permalink
Promote ImagePainter.ExecuteCallback to stable API. (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite authored Oct 6, 2021
1 parent ab7cc8e commit c741409
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ class ImagePainter internal constructor(
* Invoked immediately before the [ImagePainter] executes a new image request.
* Return 'true' to proceed with the request. Return 'false' to skip executing the request.
*/
@ExperimentalCoilApi
fun interface ExecuteCallback {

operator fun invoke(previous: Snapshot?, current: Snapshot): Boolean
Expand Down

0 comments on commit c741409

Please sign in to comment.