virtual-device: Set the finger on the new scanned prints

This commit is contained in:
Marco Trevisan (Treviño)
2026-06-26 13:44:02 +02:00
parent 1fd4024bd0
commit accbf7828e
2 changed files with 4 additions and 0 deletions
@@ -77,6 +77,7 @@ dev_identify (FpDevice *dev)
&idx))
{
match = g_ptr_array_index (prints, idx);
fp_print_set_finger (new_scan, fp_print_get_finger (match));
}
if (!self->match_reported)
+3
View File
@@ -545,6 +545,9 @@ dev_verify (FpDevice *dev)
else
{
success = fp_print_equal (print, new_scan);
if (success)
fp_print_set_finger (new_scan, fp_print_get_finger (print));
}
if (!self->match_reported)