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

Unverified Commit 1a974b57 authored by Michael Bestas's avatar Michael Bestas Committed by Michael Bestas
Browse files

SystemUI: Respect single-touch wakeup setting on rear & front fps devices

Change-Id: I8c279d5c9ccb2298e84a0af18758c3604a70d9d7
parent 823cde81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3135,7 +3135,7 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener, Dumpab
                && userDoesNotHaveTrust);

        boolean shouldListenSideFpsState = true;
        if (isSideFps) {
        if (!isUdfps) {
            final boolean interactiveToAuthEnabled =
                    mFingerprintInteractiveToAuthProvider != null &&
                            mFingerprintInteractiveToAuthProvider.isEnabled(getCurrentUser());