Merge "Sets Drawable in DrawableWrapper properly"

This commit is contained in:
Fabian Kozynski
2018-12-12 13:58:48 +00:00
committed by Android (Google) Code Review

View File

@@ -65,7 +65,7 @@ public abstract class DrawableWrapper extends Drawable implements Drawable.Callb
*/
public DrawableWrapper(@Nullable Drawable dr) {
mState = null;
mDrawable = dr;
setDrawable(dr);
}
/**