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

Commit d928b27d authored by Matt Pietal's avatar Matt Pietal Committed by Gerrit Code Review
Browse files

Merge "KeyguardUpdateMonitor: Add missing getFaceAuthInteractor null check" into main

parents 219a0d17 1941110a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1873,7 +1873,9 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener, Dumpab
                    if (posture == DEVICE_POSTURE_OPENED) {
                        mLogger.d("Posture changed to open - attempting to request active"
                                + " unlock and run face auth");
                        if (getFaceAuthInteractor() != null) {
                            getFaceAuthInteractor().onDeviceUnfolded();
                        }
                        requestActiveUnlockFromWakeReason(PowerManager.WAKE_REASON_UNFOLD_DEVICE,
                                false);
                    }