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

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

HidlFingerprintSensorConfig: UNKNOWN -> UNDER_DISPLAY_OPTICAL

Change-Id: I22ea1fa1014fc0b8ae1c2a9abd9178cfb0fac558
parent 1242b2dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ public final class HidlFingerprintSensorConfig extends SensorProps {
                R.bool.config_is_powerbutton_fps);

        if (isUdfps) {
            sensorType = FingerprintSensorType.UNKNOWN;
            sensorType = FingerprintSensorType.UNDER_DISPLAY_OPTICAL;
        } else if (isPowerbuttonFps) {
            sensorType = FingerprintSensorType.POWER_BUTTON;
        } else {