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

Commit 6bc4959b authored by Jim Miller's avatar Jim Miller Committed by Android Git Automerger
Browse files

am 7bd926c9: am 5de47b6a: Fix 6398209: Fix glitch in chevron animation in MultiWaveView

* commit '7bd926c9':
  Fix 6398209: Fix glitch in chevron animation in MultiWaveView
parents f1a97a85 7bd926c9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -376,10 +376,8 @@ public class MultiWaveView extends View {
    private void startChevronAnimation() {
        final float chevronStartDistance = mHandleDrawable.getWidth() * 0.8f;
        final float chevronStopDistance = mOuterRadius * 0.9f / 2.0f;
        mChevronAnimations.clear();
        final float startScale = 0.5f;
        final float endScale = 2.0f;

        final int directionCount = mFeedbackCount > 0 ? mChevronDrawables.size()/mFeedbackCount : 0;

        mChevronAnimations.stop();