Pong: fingerprint: Read fingerprint after illumination dot appears

Signed-off-by: Abhay Singh Gill <abhaygill017@gmail.com>
This commit is contained in:
Abhay Singh Gill
2025-07-25 10:15:47 +05:30
committed by Ghosuto
parent a3e1add516
commit ce7c27964e

View File

@@ -157,10 +157,6 @@ ndk::ScopedAStatus Session::onPointerDown(int32_t /*pointerId*/, int32_t x, int3
float major) {
ALOGI("onPointerDown: x=%d, y=%d, minor=%f, major=%f", x, y, minor, major);
mDevice->goodixExtCmd(mDevice, 1, 0);
checkSensorLockout();
return ndk::ScopedAStatus::ok();
}
@@ -177,6 +173,8 @@ ndk::ScopedAStatus Session::onUiReady() {
// TODO: stub
mDevice->goodixExtCmd(mDevice, 1, 0);
return ndk::ScopedAStatus::ok();
}