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

Commit 08c4bdd0 authored by Matt Pietal's avatar Matt Pietal Committed by Automerger Merge Worker
Browse files

Merge "KeyguardUpdateMonitor: Add missing getFaceAuthInteractor null check"...

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

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3322894



Change-Id: Idbfe1d1960fce96eed163dec9215e4ab49e73f3d
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents b03d0b49 d928b27d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1870,7 +1870,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);
                    }