mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-10 02:48:19 +02:00
goodixmoc:Fixed inconsistent enrollment progress when swiping quickly.
This commit is contained in:
parent
d79f157282
commit
8961a5ee45
1 changed files with 1 additions and 1 deletions
|
|
@ -771,7 +771,7 @@ fp_enroll_update_cb (FpiDeviceGoodixMoc *self,
|
|||
NULL,
|
||||
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),
|
||||
self->enroll_stage,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue