Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/ActivityStarterImpl.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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 } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/ActivityStarterImpl.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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 } Loading