goodixmoc:Fixed inconsistent enrollment progress when swiping quickly.

This commit is contained in:
jialei
2026-05-22 17:56:01 +08:00
parent d79f157282
commit 8961a5ee45
+1 -1
View File
@@ -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,