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

Commit 9d2d5718 authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

am 84cf8e9c: am 232301b0: Merge "Fix flashy transition in QuickContacts" into jb-dev

* commit '84cf8e9c':
  Fix flashy transition in QuickContacts
parents 16b66e51 84cf8e9c
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -85,6 +85,9 @@ public class AppWindowAnimator {
            animation = sDummyAnimation;
            animInitialized = false;
        }
        hasTransformation = true;
        transformation.clear();
        transformation.setAlpha(mAppToken.reportedVisible ? 1 : 0);
    }

    public void clearAnimation() {
@@ -186,8 +189,6 @@ public class AppWindowAnimator {
                // it as not animating for purposes of scheduling transactions;
                // when it is really time to animate, this will be set to
                // a real animation and the next call will execute normally.
                hasTransformation = true;
                transformation.setAlpha(mAppToken.reportedVisible ? 1 : 0);
                return false;
            }