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

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

Merge "Remove the max ripple count exceeded warning" into lmp-dev

parents 0da25b92 e5d6cf85
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -417,7 +417,6 @@ public class RippleDrawable extends LayerDrawable {
        if (mAnimatingRipplesCount >= MAX_RIPPLES) {
            // This should never happen unless the user is tapping like a maniac
            // or there is a bug that's preventing ripples from being removed.
            Log.d(LOG_TAG, "Max ripple count exceeded", new RuntimeException());
            return;
        }