Merge "Update bug number on TODO for activity launch on occluded keyguard" into udc-qpr-dev

This commit is contained in:
Yuri Lin
2023-08-07 15:01:12 +00:00
committed by Android (Google) Code Review

View File

@@ -401,7 +401,7 @@ constructor(
isActivityIntent: Boolean,
showOverLockscreen: Boolean,
): Boolean {
// TODO(b/184121838): Support launch animations when occluded.
// TODO(b/294418322): Support launch animations when occluded.
if (keyguardStateController.isOccluded) {
return false
}