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

Commit 863c52e8 authored by Fabian Kozynski's avatar Fabian Kozynski Committed by Android (Google) Code Review
Browse files

Merge "Sets Drawable in DrawableWrapper properly"

parents e77ff79f de9f10d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ public abstract class DrawableWrapper extends Drawable implements Drawable.Callb
     */
    public DrawableWrapper(@Nullable Drawable dr) {
        mState = null;
        mDrawable = dr;
        setDrawable(dr);
    }

    /**