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

Commit 42791ad2 authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

am f3e95f06: am 37a2d88f: Merge "Remove the max ripple count exceeded warning" into lmp-dev

* commit 'f3e95f06149486ae93e94f8782a22ec0b5f6b510':
  Remove the max ripple count exceeded warning
parents a937fcbf 54027f17
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;
        }