Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 077e3042 authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "Fixed an issue where we would access the wrong drawable"

parents a54e69a1 0b45fa9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ public class MessagingImageMessage extends ImageView implements MessagingMessage
            e.printStackTrace();
            return false;
        }
        int intrinsicHeight = mDrawable.getIntrinsicHeight();
        int intrinsicHeight = drawable.getIntrinsicHeight();
        if (intrinsicHeight == 0) {
            Log.w(TAG, "Drawable with 0 intrinsic height was returned");
            return false;