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

Commit 7395d119 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Put starting the animation back inside state changed check" into sc-dev

parents eee7cc87 7c0a17c0
Loading
Loading
Loading
Loading
+11 −11
Original line number Original line Diff line number Diff line
@@ -331,7 +331,6 @@ public class RippleDrawable extends LayerDrawable {
    private void setRippleActive(boolean active) {
    private void setRippleActive(boolean active) {
        if (mRippleActive != active) {
        if (mRippleActive != active) {
            mRippleActive = active;
            mRippleActive = active;
        }
            if (mState.mRippleStyle == STYLE_SOLID) {
            if (mState.mRippleStyle == STYLE_SOLID) {
                if (active) {
                if (active) {
                    tryRippleEnter();
                    tryRippleEnter();
@@ -346,6 +345,7 @@ public class RippleDrawable extends LayerDrawable {
                }
                }
            }
            }
        }
        }
    }


    private void setBackgroundActive(boolean hovered, boolean focused, boolean pressed) {
    private void setBackgroundActive(boolean hovered, boolean focused, boolean pressed) {
        if (mState.mRippleStyle == STYLE_SOLID) {
        if (mState.mRippleStyle == STYLE_SOLID) {