Loading packages/SystemUI/src/com/android/systemui/doze/DozeSensors.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -186,7 +186,7 @@ public class DozeSensors { new TriggerSensor( new TriggerSensor( findSensorWithType(config.quickPickupSensorType()), findSensorWithType(config.quickPickupSensorType()), Settings.Secure.DOZE_QUICK_PICKUP_GESTURE, Settings.Secure.DOZE_QUICK_PICKUP_GESTURE, false /* setting default */, true /* setting default */, config.quickPickupSensorEnabled(KeyguardUpdateMonitor.getCurrentUser()) config.quickPickupSensorEnabled(KeyguardUpdateMonitor.getCurrentUser()) && udfpsEnrolled, && udfpsEnrolled, DozeLog.REASON_SENSOR_QUICK_PICKUP, DozeLog.REASON_SENSOR_QUICK_PICKUP, Loading Loading
packages/SystemUI/src/com/android/systemui/doze/DozeSensors.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -186,7 +186,7 @@ public class DozeSensors { new TriggerSensor( new TriggerSensor( findSensorWithType(config.quickPickupSensorType()), findSensorWithType(config.quickPickupSensorType()), Settings.Secure.DOZE_QUICK_PICKUP_GESTURE, Settings.Secure.DOZE_QUICK_PICKUP_GESTURE, false /* setting default */, true /* setting default */, config.quickPickupSensorEnabled(KeyguardUpdateMonitor.getCurrentUser()) config.quickPickupSensorEnabled(KeyguardUpdateMonitor.getCurrentUser()) && udfpsEnrolled, && udfpsEnrolled, DozeLog.REASON_SENSOR_QUICK_PICKUP, DozeLog.REASON_SENSOR_QUICK_PICKUP, Loading