We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371d103 commit 0d8daa1Copy full SHA for 0d8daa1
integration/compose/src/main/java/com/bumptech/glide/integration/compose/GlideImage.kt
@@ -329,9 +329,8 @@ public fun placeholder(painter: Painter?): Placeholder =
329
* each time the load status changes. Do not use it in scrolling lists.
330
*/
331
@Deprecated(
332
- "Using this method forces recomposition when the image load state changes." +
333
- " If you require this behavior use GlideSubcomposition instead",
334
- level = DeprecationLevel.WARNING
+ "This method doesn't do anything! Use GlideSubcomposition instead",
+ level = DeprecationLevel.ERROR
335
)
336
@ExperimentalGlideComposeApi
337
public fun placeholder(composable: @Composable () -> Unit): Placeholder =
0 commit comments