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

Commit 11c6bd07 authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "Fixed an issue where notification launches were visually broken" into tm-dev

parents 194d7396 34582e78
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -270,8 +270,8 @@ public class NotificationBackgroundView extends View {


    /** Set the current expand animation size. */
    /** Set the current expand animation size. */
    public void setExpandAnimationSize(int width, int height) {
    public void setExpandAnimationSize(int width, int height) {
        mExpandAnimationHeight = width;
        mExpandAnimationHeight = height;
        mExpandAnimationWidth = height;
        mExpandAnimationWidth = width;
        invalidate();
        invalidate();
    }
    }