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

Commit b2aed1a3 authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Merge "Clear animation state before dumping old views" into nyc-dev

am: c2970366

* commit 'c2970366':
  Clear animation state before dumping old views
parents 669b25d5 c2970366
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -138,6 +138,7 @@ public class QSAnimator implements Callback, PageListener, Listener, OnLayoutCha
        firstPageBuilder.setListener(this);
        // Fade in the tiles/labels as we reach the final position.
        firstPageDelayedBuilder.addFloat(mQsPanel.getTileLayout(), "alpha", 0, 1);
        clearAnimationState();
        mAllViews.clear();
        mTopFiveQs.clear();
        mAllViews.add((View) mQsPanel.getTileLayout());