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

Skip to content
Commit 7149fac7 authored by Josh Tsuji's avatar Josh Tsuji
Browse files

Fix isNotificationLaunchAnimationRunningOnKeyguard.

This flow was introduced in ag/26946263. When the keyguard_wm_state_refactor flag is enabled, it's used to determine whether the lockscreen is visible from a WM perspective.

Two issues weren't caught in the original CL review:
- We should be checking that isLaunchAnimationRunning=true as well as the finished state.
- We need to emit false onStart, or flows that combine this one won't emit until the next notification launch.

Bug: 278086361
Flag: ACONFIG com.android.systemui.keyguard_wm_state_refactor DEVELOPMENT
Test: manual
Change-Id: Idfe50983ff34b977b1e7ab84080f7a26ab016079
parent dc22ecf8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment