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

Commit f508686f authored by Beverly Tai's avatar Beverly Tai Committed by Android (Google) Code Review
Browse files

Merge "Avoid IPC onStartedWakingUp" into main

parents 7f5bf41e f7c2a03c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2857,7 +2857,9 @@ public class CentralSurfacesImpl implements CoreStartable, CentralSurfaces {
                                    && mWakefulnessLifecycle.getLastWakeReason()
                                    == PowerManager.WAKE_REASON_POWER_BUTTON
                                    && mFingerprintManager.get().isPowerbuttonFps()
                                    && mFingerprintManager.get().hasEnrolledFingerprints()
                                    && mKeyguardUpdateMonitor
                                    .getCachedIsUnlockWithFingerprintPossible(
                                            mUserTracker.getUserId())
                                    && !touchToUnlockAnytime;
                    if (DEBUG_WAKEUP_DELAY) {
                        Log.d(TAG, "mShouldDelayWakeUpAnimation=" + mShouldDelayWakeUpAnimation);