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

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

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

* commit '9d383ece':
  Fix recent regression in DrawableContainer.
parents f918444f 9d383ece
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