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

Commit feafc99b authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am fc5ef04e: am e88d14a8: am 9d383ece: Merge "Fix recent regression in...

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

* commit 'fc5ef04e':
  Fix recent regression in DrawableContainer.
parents ab2525dd fc5ef04e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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