diff --git a/markwon-core/src/main/java/ru/noties/markwon/image/AsyncDrawable.java b/markwon-core/src/main/java/ru/noties/markwon/image/AsyncDrawable.java index b9cdf235..9d180673 100644 --- a/markwon-core/src/main/java/ru/noties/markwon/image/AsyncDrawable.java +++ b/markwon-core/src/main/java/ru/noties/markwon/image/AsyncDrawable.java @@ -45,10 +45,8 @@ public class AsyncDrawable extends Drawable { // process placeholder bounds if (placeholder.getBounds().isEmpty()) { - // set intrinsic bounds for both drawables (this one and placeholder) final Rect rect = DrawableUtils.intrinsicBounds(placeholder); placeholder.setBounds(rect); - setBounds(rect); } // apply placeholder immediately if we have one