Update bug number on TODO for activity launch on occluded keyguard

Bug: 294418322
Test: comment only
Change-Id: Iba8df38fc8cc11b373d4f730a9ce0fa3b30ed286
This commit is contained in:
Yuri Lin
2023-08-03 16:37:10 -04:00
parent 5e8a303054
commit ec35ab331a

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
}