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

Commit 9366aa90 authored by Michael Kolb's avatar Michael Kolb
Browse files

Reset ongoing animation when opening menu

  Bug: 8687199

The XFade animation was not reset and yielded a transparent alpha

Change-Id: Ie2e43eccb2b4351ebf7d00075c567950ca6b2967
parent 0c71308c
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;