Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit abe70d8b authored by Yuri Lin's avatar Yuri Lin Committed by Android (Google) Code Review
Browse files

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

parents 0a65c06d ec35ab33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
        }