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

Commit 54027f17 authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

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

* commit '37a2d88f2616282ab8c06c89c334e3e8af8adc6c':
  Remove the max ripple count exceeded warning
parents 5792029f 96335e35
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;
        }