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

Commit 58cfbe18 authored by Selim Cinek's avatar Selim Cinek Committed by Automerger Merge Worker
Browse files

Merge "Fixed an issue where notification launches were visually broken" into tm-dev am: 11c6bd07

parents 872eb138 11c6bd07
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -270,8 +270,8 @@ public class NotificationBackgroundView extends View {

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