Merge "Sets Drawable in DrawableWrapper properly"
This commit is contained in:
committed by
Android (Google) Code Review
commit
863c52e80a
@@ -65,7 +65,7 @@ public abstract class DrawableWrapper extends Drawable implements Drawable.Callb
|
||||
*/
|
||||
public DrawableWrapper(@Nullable Drawable dr) {
|
||||
mState = null;
|
||||
mDrawable = dr;
|
||||
setDrawable(dr);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user