mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-10 18:24:19 +00:00
goodixmoc:Fixed inconsistent enrollment progress when swiping quickly.
This commit is contained in:
@@ -771,7 +771,7 @@ fp_enroll_update_cb (FpiDeviceGoodixMoc *self,
|
|||||||
NULL,
|
NULL,
|
||||||
fpi_device_retry_new (FP_DEVICE_RETRY_REMOVE_FINGER));
|
fpi_device_retry_new (FP_DEVICE_RETRY_REMOVE_FINGER));
|
||||||
}
|
}
|
||||||
else if (resp->enroll_update.rollback)
|
else if (resp->enroll_update.rollback || resp->result == 0x73)
|
||||||
{
|
{
|
||||||
fpi_device_enroll_progress (FP_DEVICE (self),
|
fpi_device_enroll_progress (FP_DEVICE (self),
|
||||||
self->enroll_stage,
|
self->enroll_stage,
|
||||||
|
|||||||
Reference in New Issue
Block a user