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

Commit 223b1e0b authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

Merge "Fix ripple cancel"

parents 9dfcbb84 40c37349
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -299,7 +299,7 @@ class Ripple {
     */
    public void cancel() {
        if (mInner != null) {
            mInner.end();
            mInner.cancel();
        }

        if (mOuter != null) {
@@ -307,7 +307,7 @@ class Ripple {
        }

        if (mAlpha != null) {
            mAlpha.end();
            mAlpha.cancel();
        }
    }