Pong: fingerprint: Read fingerprint after illumination dot appears
Signed-off-by: Abhay Singh Gill <abhaygill017@gmail.com>
This commit is contained in:
committed by
Ghosuto
parent
a3e1add516
commit
ce7c27964e
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user