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

Commit 52f9f20c authored by Josh Tsuji's avatar Josh Tsuji Committed by Automerger Merge Worker
Browse files

Merge "Fix wakeAndUnlock immediately after sleep." into tm-dev am: bbc60f74

parents c34a4597 bbc60f74
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -4456,6 +4456,13 @@ public class CentralSurfacesImpl extends CoreStartable implements
                    updateDozingState();
                    mDozeServiceHost.updateDozing();
                    updateScrimController();

                    if (mBiometricUnlockController.isWakeAndUnlock()) {
                        // Usually doze changes are to/from lockscreen/AOD, but if we're wake and
                        // unlocking we should hide the keyguard ASAP if necessary.
                        updateIsKeyguard();
                    }

                    updateReportRejectedTouchVisibility();
                    Trace.endSection();
                }