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

Commit f68bb66c authored by John Spurlock's avatar John Spurlock
Browse files

Fix recent regression in DrawableContainer.

Ensure optical insets are never null.

Bug:11537082
Change-Id: Ib75be83909fac612ae947f501835285cd8a79862
parent 65d4a84b
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