summaryrefslogtreecommitdiffstats
path: root/quickstep/src/com/android/launcher3/LauncherAppTransitionManagerImpl.java
diff options
context:
space:
mode:
Diffstat (limited to 'quickstep/src/com/android/launcher3/LauncherAppTransitionManagerImpl.java')
-rw-r--r--quickstep/src/com/android/launcher3/LauncherAppTransitionManagerImpl.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/quickstep/src/com/android/launcher3/LauncherAppTransitionManagerImpl.java b/quickstep/src/com/android/launcher3/LauncherAppTransitionManagerImpl.java
index 94aaf15e2..34635bf38 100644
--- a/quickstep/src/com/android/launcher3/LauncherAppTransitionManagerImpl.java
+++ b/quickstep/src/com/android/launcher3/LauncherAppTransitionManagerImpl.java
@@ -543,6 +543,7 @@ public class LauncherAppTransitionManagerImpl extends LauncherAppTransitionManag
t.deferTransactionUntil(target.leash, surface, getNextFrameNumber(surface));
}
}
+ t.setEarlyWakeup();
t.apply();
matrix.reset();
@@ -657,6 +658,7 @@ public class LauncherAppTransitionManagerImpl extends LauncherAppTransitionManag
t.setMatrix(app.leash, matrix);
}
}
+ t.setEarlyWakeup();
t.apply();
matrix.reset();