am e88d14a8: am 9d383ece: Merge "Fix recent regression in DrawableContainer." into klp-dev

* commit 'e88d14a8b8101248ce0a3b3b00993fd1393f6be2':
  Fix recent regression in DrawableContainer.
This commit is contained in:
John Spurlock
2013-11-05 18:56:58 -08:00
committed by Android Git Automerger

View File

@@ -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