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

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

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

* commit 'e88d14a8':
  Fix recent regression in DrawableContainer.
parents 8c08fc27 e88d14a8
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