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

Commit a2bd0460 authored by Jason Monk's avatar Jason Monk
Browse files

QS animation: fix clearing translation state

Change-Id: I0477136c6eb4da4e10e152e458fada194c8290f0
Fixes: 27880443
parent 67dd5183
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -306,8 +306,8 @@ public class QSAnimator implements Callback, PageListener, Listener, OnLayoutCha
        for (int i = 0; i < N; i++) {
            View v = mAllViews.get(i);
            v.setAlpha(1);
            v.setTranslationX(1);
            v.setTranslationY(1);
            v.setTranslationX(0);
            v.setTranslationY(0);
        }
        final int N2 = mTopFiveQs.size();
        for (int i = 0; i < N2; i++) {