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

Commit 780c34e9 authored by Selim Cinek's avatar Selim Cinek Committed by Presubmit Automerger Backend
Browse files

[automerge] Fixed an issue where notification launches were visually broken 2p: 34582e78

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17607248


Change-Id: I4508760d37d5f75bcaa96391aa8f23ec2137a433
Merged-In: I9e2f8ae64e3b4693df97bb05fc850209d6eb3597
parents 7d58439f 34582e78
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();
    }