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

Unverified Commit f62987ed authored by LuK1337's avatar LuK1337 Committed by Michael Bestas
Browse files

SystemUI: Don't require AOD for screen off UDFPS

Change-Id: I47eceb1e99146c6793f9bd4e3b86d4f6878a11eb
parent 65c5d68b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -252,7 +252,7 @@ public class DozeSensors {
                        dozeParameters.longPressUsesProx(),
                        !dozeParameters.longPressNeedsProximityCheck() /* performsProxCheck */,
                        false /* immediatelyReRegister */,
                        true /* requiresAod */
                        !mScreenOffUdfpsEnabled /* requiresAod */
                ),
                new PluginSensor(
                        new SensorManagerPlugin.Sensor(TYPE_WAKE_DISPLAY),