[automerger] Also setEarlyWakeup for single frame transaction to hide window. am: 3f596f649d

Change-Id: I2bfdc9018ec43b18274f9b6b71554f0f53b2f6b9
This commit is contained in:
Android Build Merger (Role)
2018-05-03 18:24:08 +00:00
2 changed files with 2 additions and 1 deletions
@@ -142,6 +142,7 @@ public class LongSwipeHelper {
}
}
}
transaction.setEarlyWakeup();
transaction.apply();
}
@@ -167,10 +167,10 @@ public class ClipAnimationHelper {
|| app.activityType == RemoteAnimationTargetCompat.ACTIVITY_TYPE_HOME) {
transaction.setAlpha(app.leash, 1 - progress);
}
transaction.setEarlyWakeup();
mTaskTransformCallback.accept(transaction, app);
}
transaction.setEarlyWakeup();
transaction.apply();
return currentRect;
}