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

Commit 9d383ece authored by John Spurlock's avatar John Spurlock Committed by Android (Google) Code Review
Browse files

Merge "Fix recent regression in DrawableContainer." into klp-dev

parents 6fbd4829 f68bb66c
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