Merge "Avoid wrapping the display change leash to Keyguard unlock animation" into udc-dev am: 9f41a7a2cb am: ba5d522a63

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23391417

Change-Id: I5b19cbd7345175fd0015826531d166eabbb76804
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Robin Lee
2023-05-25 10:31:17 +00:00
committed by Automerger Merge Worker

View File

@@ -122,6 +122,10 @@ public class KeyguardService extends Service {
}
}
// Avoid wrapping non-task and non-wallpaper changes as they don't need to animate
// for keyguard unlock animation.
if (taskId < 0 && !wallpapers) continue;
final RemoteAnimationTarget target = TransitionUtil.newTarget(change,
// wallpapers go into the "below" layer space
info.getChanges().size() - i,