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

Commit 6826328d authored by LuK1337's avatar LuK1337
Browse files

SystemUI: Don't require AOD for screen off UDFPS

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