Merge "Do not clear HUNs when device wakes up" into udc-dev

This commit is contained in:
Jeff DeCew
2023-04-22 16:28:25 +00:00
committed by Android (Google) Code Review

View File

@@ -3640,9 +3640,6 @@ public class CentralSurfacesImpl implements CoreStartable, CentralSurfaces {
/* wakingUp= */ true,
mShouldDelayWakeUpAnimation);
if (!mKeyguardBypassController.getBypassEnabled()) {
mHeadsUpManager.releaseAllImmediately();
}
updateVisibleToUser();
updateIsKeyguard();
mDozeServiceHost.stopDozing();