summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/wm/AppWindowAnimator.java
diff options
context:
space:
mode:
Diffstat (limited to 'services/java/com/android/server/wm/AppWindowAnimator.java')
-rw-r--r--services/java/com/android/server/wm/AppWindowAnimator.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/java/com/android/server/wm/AppWindowAnimator.java b/services/java/com/android/server/wm/AppWindowAnimator.java
index c3b5465..2ed900e 100644
--- a/services/java/com/android/server/wm/AppWindowAnimator.java
+++ b/services/java/com/android/server/wm/AppWindowAnimator.java
@@ -185,6 +185,8 @@ 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;
}