Fix recent regression in DrawableContainer.
Ensure optical insets are never null. Bug:11537082 Change-Id: Ib75be83909fac612ae947f501835285cd8a79862
This commit is contained in:
@@ -60,7 +60,7 @@ public class DrawableContainer extends Drawable implements Drawable.Callback {
|
||||
private long mExitAnimationEnd;
|
||||
private Drawable mLastDrawable;
|
||||
|
||||
private Insets mInsets;
|
||||
private Insets mInsets = Insets.NONE;
|
||||
|
||||
// overrides from Drawable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user