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

Commit 31a50d72 authored by Michael Kolb's avatar Michael Kolb Committed by Android (Google) Code Review
Browse files

Merge "Reset ongoing animation when opening menu" into gb-ub-photos-bryce

parents cc7bcd07 9366aa90
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -268,6 +268,9 @@ public class PieRenderer extends OverlayRenderer
     */
    private void show(boolean show) {
        if (show) {
            if (mXFade != null) {
                mXFade.cancel();
            }
            mState = STATE_PIE;
            // ensure clean state
            mCurrentItem = null;