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

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

Merge changes from topic "presubmit-am-906e72617d4948ca88bdbf60b57feede" into tm-mainline-prod

* changes:
  [automerge] Fixed an issue where notification launches were visually broken 2p: 34582e78
  Fixed an issue where notification launches were visually broken
parents fddce524 780c34e9
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();
    }