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

Commit ec35ab33 authored by Yuri Lin's avatar Yuri Lin
Browse files

Update bug number on TODO for activity launch on occluded keyguard

Bug: 294418322
Test: comment only
Change-Id: Iba8df38fc8cc11b373d4f730a9ce0fa3b30ed286
parent 5e8a3030
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
        }