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

Commit 41ca34fb authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

Merge "QS animation: fix clearing translation state" into nyc-dev

parents 65fc8c82 a2bd0460
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++) {