From 05c5a272ecf60a33facaebade2de4c42ca6466a0 Mon Sep 17 00:00:00 2001 From: Lyn Date: Fri, 21 Apr 2023 22:26:44 +0000 Subject: [PATCH] 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 --- .../android/systemui/statusbar/phone/CentralSurfacesImpl.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/CentralSurfacesImpl.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/CentralSurfacesImpl.java index 5654772695ffd..bb97942e27b65 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/CentralSurfacesImpl.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/CentralSurfacesImpl.java @@ -3648,9 +3648,6 @@ public class CentralSurfacesImpl implements CoreStartable, CentralSurfaces { /* wakingUp= */ true, mShouldDelayWakeUpAnimation); - if (!mKeyguardBypassController.getBypassEnabled()) { - mHeadsUpManager.releaseAllImmediately(); - } updateVisibleToUser(); updateIsKeyguard(); mDozeServiceHost.stopDozing();