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

Commit 05c5a272 authored by Lyn's avatar Lyn
Browse files

Do not clear HUNs when device wakes up

Fixes: 277936657
Test: send FSI HUN on AOD, tap to show lockscreen => HUN layout
Change-Id: I710a64ae735b11f8ef5c1bcdf8d8a03ea32e4604
parent 53de58a6
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -3648,9 +3648,6 @@ public class CentralSurfacesImpl implements CoreStartable, CentralSurfaces {
                        /* wakingUp= */ true,
                        mShouldDelayWakeUpAnimation);

                if (!mKeyguardBypassController.getBypassEnabled()) {
                    mHeadsUpManager.releaseAllImmediately();
                }
                updateVisibleToUser();
                updateIsKeyguard();
                mDozeServiceHost.stopDozing();